Fixed Guild Creation
Fixed a bug on guild creation process where the leadership would not be assigned instantly to the guild leader (would need to change channels or reconnect to take effect).
This commit is contained in:
@@ -3730,8 +3730,6 @@ public class MaplePacketCreator {
|
||||
if (g == null) { //failed to read from DB - don't show a guild
|
||||
mplew.write(0);
|
||||
return mplew.getPacket();
|
||||
} else {
|
||||
c.setGuildRank(c.getGuildRank());
|
||||
}
|
||||
mplew.write(1); //bInGuild
|
||||
mplew.writeInt(g.getId());
|
||||
|
||||
Reference in New Issue
Block a user