mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
*Fix a bug that makes server cannot start up.
--HG-- branch : trunk
This commit is contained in:
@@ -753,8 +753,8 @@ void Object::ClearUpdateMask(bool remove)
|
||||
return;
|
||||
}
|
||||
|
||||
assert(m_uint32Values[0]);
|
||||
assert(m_uint32Values_mirror[0]);
|
||||
m_uint32Values[0];
|
||||
m_uint32Values_mirror[0];
|
||||
|
||||
for( uint16 index = 0; index < m_valuesCount; index ++ )
|
||||
{
|
||||
@@ -810,8 +810,8 @@ void Object::_SetUpdateBits(UpdateMask *updateMask, Player* /*target*/) const
|
||||
return;
|
||||
}
|
||||
|
||||
assert(m_uint32Values[0]);
|
||||
assert(m_uint32Values_mirror[0]);
|
||||
m_uint32Values[0];
|
||||
m_uint32Values_mirror[0];
|
||||
|
||||
for(uint16 index = 0; index < m_valuesCount; ++index)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user