if(sd->state.connect_new) { //Note that this works because it is invoked in parse_LoadEndAck before connect_new is cleared. clif->guild_belonginfo(sd,g);- clif->guild_notice(sd,g);+ //clif->guild_notice(sd,g); sd->guild_emblem_id = g->emblem_id; }
//Login Event npc_script_event(sd, NPCE_LOGIN);++ if(sd->status.guild_id) {+ struct guild *g = guild_search(sd->status.guild_id);+ if(g!=NULL) {+ clif_guild_notice(sd,g);+ }+ }
srcmapclif.c(9874): error C2065: 'guild' : undeclared identifiersrcmapclif.c(9874): error C2223: left of '->search' must point to struct/unionsrcmapclif.c(9876): error C2065: 'clif' : undeclared identifiersrcmapclif.c(9876): error C2223: left of '->guild_notice' must point to struct/union
We use essential cookies to make this site work, and optional cookies to enhance your experience.