mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
Fix macos compilation
This commit is contained in:
@@ -1063,7 +1063,6 @@ void GameObject::SaveToDB(uint32 mapid, uint8 spawnMask, uint32 phaseMask, bool
|
||||
|
||||
// update in loaded data (changing data only in this place)
|
||||
GameObjectData& data = sObjectMgr->NewGOData(m_spawnId);
|
||||
data.spawnId = m_spawnId;
|
||||
|
||||
data.id = GetEntry();
|
||||
data.mapid = mapid;
|
||||
|
||||
@@ -696,7 +696,6 @@ enum GOState
|
||||
struct GameObjectData
|
||||
{
|
||||
explicit GameObjectData() = default;
|
||||
ObjectGuid::LowType spawnId{0};
|
||||
uint32 id{ 0 }; // entry in gamobject_template
|
||||
uint16 mapid{ 0 };
|
||||
uint32 phaseMask{ 0 };
|
||||
|
||||
Reference in New Issue
Block a user