[Cleanup] Remove SendGuildPacket() from clientlist.cpp, clientlist.h, and wguild_mgr.cpp (#3097)

# Notes
- This is unused.
This commit is contained in:
Alex King
2023-03-17 06:21:00 -04:00
committed by GitHub
parent 7bbcdfb479
commit 11fc5a9e93
3 changed files with 0 additions and 25 deletions
-1
View File
@@ -101,7 +101,6 @@ void WorldGuildManager::ProcessZonePacket(ServerPacket *pack) {
client_list.UpdateClientGuild(s->char_id, s->guild_id);
//broadcast this update to any zone with a member in this guild.
//client_list.SendGuildPacket(s->guild_id, pack);
//because im sick of this not working, sending it to all zones, just spends a bit more bandwidth.
zoneserver_list.SendPacket(pack);