mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 12:41:30 +00:00
Resolve guild messaging for incorrect guild tags when creating/deleting guilds. (#4863)
This commit is contained in:
parent
617eb4432b
commit
9869da2a0a
@ -91,7 +91,7 @@ void WorldGuildManager::ProcessZonePacket(ServerPacket *pack) {
|
||||
}
|
||||
|
||||
//broadcast this packet to all zones.
|
||||
zoneserver_list.SendPacketToZonesWithGuild(s->guild_id, pack);
|
||||
zoneserver_list.SendPacketToBootedZones(pack);
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
@ -406,6 +406,7 @@ void ZoneGuildManager::ProcessWorldPacket(ServerPacket *pack)
|
||||
c.second->SendGuildDeletePacket(s->guild_id);
|
||||
c.second->RefreshGuildInfo();
|
||||
c.second->MessageString(Chat::Guild, GUILD_DISBANDED);
|
||||
c.second->SendGuildList();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user