More build errors and warnings fixed

5 errors remaining at this point.

Only warning left are in the Stormlib library.
This commit is contained in:
Charles A Edwards 2016-02-03 11:54:32 +00:00 committed by Antz
parent 52112d7657
commit 4baf9907c7
6 changed files with 16 additions and 4 deletions

View file

@ -1774,7 +1774,7 @@ GameObject* WorldObject::SummonGameObject(uint32 id, float x, float y, float z,
if (!map)
return NULL;
if (!pGameObj->Create(map->GenerateLocalLowGuid(HIGHGUID_GAMEOBJECT), id, map, x, y, z, angle))
if (!pGameObj->Create(map->GenerateLocalLowGuid(HIGHGUID_GAMEOBJECT), id, map, GetPhaseMask(), x, y, z, angle))
{
delete pGameObj;
return NULL;