fix(Core): Fixed dead loop. (#9312)
This commit is contained in:
parent
bf666becd9
commit
140374e3e0
1 changed files with 4 additions and 0 deletions
|
|
@ -446,6 +446,10 @@ void GameObject::Update(uint32 diff)
|
|||
itr = m_SkillupList.erase(itr);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
++itr;
|
||||
}
|
||||
}
|
||||
|
||||
switch (m_lootState)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue