mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 08:17:56 +00:00
fix(Core/Eluna): fix compiler warning concerning Eluna (#1671)
This commit is contained in:
@@ -964,11 +964,11 @@ void MovementInfo::OutDebug()
|
|||||||
sLog->outString("splineElevation: %f", splineElevation);
|
sLog->outString("splineElevation: %f", splineElevation);
|
||||||
}
|
}
|
||||||
|
|
||||||
WorldObject::WorldObject(bool isWorldObject) : WorldLocation(), LastUsedScriptID(0),
|
WorldObject::WorldObject(bool isWorldObject) : WorldLocation(),
|
||||||
#ifdef ELUNA
|
#ifdef ELUNA
|
||||||
elunaEvents(NULL),
|
elunaEvents(NULL),
|
||||||
#endif
|
#endif
|
||||||
m_name(""), m_isActive(false), m_isWorldObject(isWorldObject), m_zoneScript(NULL),
|
LastUsedScriptID(0), m_name(""), m_isActive(false), m_isWorldObject(isWorldObject), m_zoneScript(NULL),
|
||||||
m_transport(NULL), m_currMap(NULL), m_InstanceId(0),
|
m_transport(NULL), m_currMap(NULL), m_InstanceId(0),
|
||||||
m_phaseMask(PHASEMASK_NORMAL), m_notifyflags(0), m_executed_notifies(0)
|
m_phaseMask(PHASEMASK_NORMAL), m_notifyflags(0), m_executed_notifies(0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user