i'm still getting a map crash even i did the update on instance.c when i leave the party on instance quest
switch(mode) {
case IM_NONE:
break;
case IM_CHAR:
sd = map_id2sd(im->owner_id);
break;
case IM_PARTY:
p = party_search(im->owner_id);
break;
case IM_GUILD:
g = guild_search(im->owner_id);
break;
}
i'm still getting a map crash even i did the update on instance.c when i leave the party on instance quest
switch(mode) { case IM_NONE: break; case IM_CHAR: sd = map_id2sd(im->owner_id); break; case IM_PARTY: p = party_search(im->owner_id); break; case IM_GUILD: g = guild_search(im->owner_id); break; }this source update
Link to comment
Share on other sites