mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 16:39:08 +01:00
Core/Objects: added a missing member initialization which sometimes resulted in objects being invisible clientside
How did CI not notice that?
This commit is contained in:
@@ -80,6 +80,7 @@ Object::Object() : m_PackGUID(sizeof(uint64)+1)
|
||||
|
||||
m_inWorld = false;
|
||||
m_isNewObject = false;
|
||||
m_isDestroyedObject = false;
|
||||
m_objectUpdated = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user