Let ServerPacket Handle the writting of packet data.

This commit is contained in:
hondacrx
2017-07-06 11:01:31 -04:00
parent a6b30c73e4
commit 210a2958ff
18 changed files with 73 additions and 80 deletions
+1 -1
View File
@@ -342,7 +342,7 @@ namespace Game.Guilds
Player player = Global.ObjAccessor.FindPlayer(guild.GetLeaderGUID());
if (player)
player.SendPacket(applicantListChanged, false);
player.SendPacket(applicantListChanged);
}
void SendMembershipRequestListUpdate(Player player)