Rename and clean up MapleGuildSummary

This commit is contained in:
P0nk
2021-09-09 21:35:58 +02:00
parent f8b5f713f3
commit 82c2d14430
4 changed files with 19 additions and 19 deletions

View File

@@ -333,7 +333,7 @@ public class Guild {
if (bcop == BCOp.DISBAND) {
Server.getInstance().getWorld(world).setGuildAndRank(notifications.get(b), 0, 5, exceptionId);
} else if (bcop == BCOp.EMBLEMCHANGE) {
Server.getInstance().getWorld(world).changeEmblem(this.id, notifications.get(b), new MapleGuildSummary(this));
Server.getInstance().getWorld(world).changeEmblem(this.id, notifications.get(b), new GuildSummary(this));
} else {
Server.getInstance().getWorld(world).sendPacket(notifications.get(b), packet, exceptionId);
}