Core/GameObjects: Renamed gameobject_template.unkInt32 to RequiredLevel

This commit is contained in:
Shauren
2016-08-01 16:14:35 +02:00
parent d3d204a18d
commit c74a1fcad0
6 changed files with 8 additions and 7 deletions

View File

@@ -158,7 +158,7 @@ void WorldSession::HandleGameObjectQueryOpcode(WorldPackets::Query::QueryGameObj
stats.QuestItems.push_back(item);
memcpy(stats.Data, gameObjectInfo->raw.data, MAX_GAMEOBJECT_DATA * sizeof(int32));
stats.Expansion = gameObjectInfo->unkInt32;
stats.RequiredLevel = gameObjectInfo->RequiredLevel;
}
SendPacket(response.Write());