Core/PacketIO: Fixed SMSG_QUERY_GAME_OBJECT_RESPONSE structure

Port From (https://github.com/TrinityCore/TrinityCore/commit/5c5f3d5376a53e3cfbccbb2f6a5501e0ddc3ce6e)
This commit is contained in:
hondacrx
2021-11-15 20:38:06 -05:00
parent 10145749ca
commit 46d399dfb6
4 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ namespace Framework.Constants
/// <summary>
/// GameObject Const
/// </summary>
public const int MaxGOData = 34;
public const int MaxGOData = 35;
public const uint MaxTransportStopFrames = 9;
/// <summary>