mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 01:37:04 +00:00
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:
parent
52112d7657
commit
4baf9907c7
6 changed files with 16 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue