mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-14 01:29:07 +00:00
fix(Core): Fixed dead loop. (#9312)
This commit is contained in:
@@ -446,6 +446,10 @@ void GameObject::Update(uint32 diff)
|
||||
itr = m_SkillupList.erase(itr);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
++itr;
|
||||
}
|
||||
}
|
||||
|
||||
switch (m_lootState)
|
||||
|
||||
Reference in New Issue
Block a user