Core/PacketIO: Fixed receiving and sending db2 hotfix packets

Port From (https://github.com/TrinityCore/TrinityCore/commit/5fce3604fc9613299f8780d30abbbe69c0c7e531)
This commit is contained in:
hondacrx
2020-06-18 13:10:45 -04:00
parent 802cda4c01
commit 2d5a910f67
5 changed files with 312 additions and 313 deletions
+1 -1
View File
@@ -240,6 +240,6 @@ namespace Game.Network
byteBuffer.WriteBytes(Tag, 12);
}
public bool IsValidSize() { return Size < 0x10000; }
public bool IsValidSize() { return Size < 0x40000; }
}
}