mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
Core/GameObject: misc type mismatch
(cherry picked from commit 4baa7f443a)
This commit is contained in:
@@ -51,7 +51,7 @@ GameObject::GameObject() : WorldObject(false), MapObject(),
|
||||
m_cooldownTime = 0;
|
||||
m_goInfo = nullptr;
|
||||
m_goData = nullptr;
|
||||
m_packedRotation = 0.f;
|
||||
m_packedRotation = 0;
|
||||
|
||||
m_spawnId = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user