Fix corrupt item cache crashes, bot whispers, trade crashes

This commit is contained in:
郑佩茹
2022-03-22 10:51:50 -06:00
parent ff0e5d5e3b
commit db71f4739c
25 changed files with 299 additions and 88 deletions

View File

@@ -721,6 +721,7 @@ enum GOState
struct GameObjectData
{
explicit GameObjectData() = default;
ObjectGuid::LowType spawnId{0};
uint32 id{0}; // entry in gamobject_template
uint16 mapid{0};
uint32 phaseMask{0};