fix(Core/Events): fix infinite loop (#15887)
fix(Core/Events): fix inifnite loop
This commit is contained in:
parent
4f569e4700
commit
c07bf079f6
1 changed files with 1 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ void EventProcessor::CancelEventGroup(uint8 group)
|
|||
{
|
||||
if (itr->second->m_eventGroup != group)
|
||||
{
|
||||
++itr;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue