Issue Information
-
#007228
-
0 - None Assigned
-
Fixed
Issue Confirmations
-
Yes (0)No (0)
1. opposed guild members would also join the channel.
2. guild members wouldn't join/leave ally channel when alliance change.
2. guild members wouldn't join/leave ally channel when alliance change.
how can I reproduce that? I mean how can they join the channel?1. opposed guild members would also join the channel.
for (i = 0; i < MAX_GUILDALLIANCE; i++) { if( sg->alliance[i].guild_id == sd->status.guild_id ) { //without opposition checking clif->chsys_join(channel,sd); break; } }
o__O you can have a allied guild be in the opposition guild?
when sg->alliance[i].opposition==1 ??
how about using guild_isallied?
how about using guild_isallied?
Edited by memoryss, 09 May 2013 - 04:41 PM.
ooh o.o~ I didn't know that, thank you!
changed status to: Confirmed
ur welcome
changed status to: Fixed