Fixes error value to big.

This commit is contained in:
hondacrx
2017-07-08 23:27:09 -04:00
parent 81a7609fd4
commit 5f0272b9db
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -234,7 +234,7 @@ namespace Game.Network.Packets
public override void Write()
{
_worldPacket.WriteUInt8(SlashCmd);
_worldPacket.WriteUInt8(_Language);
_worldPacket.WriteInt8(_Language);
_worldPacket.WritePackedGuid(SenderGUID);
_worldPacket.WritePackedGuid(SenderGuildGUID);
_worldPacket.WritePackedGuid(SenderAccountGUID);