mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
fix(Core/Events): fix infinite loop (#15887)
fix(Core/Events): fix inifnite loop
This commit is contained in:
@@ -117,6 +117,7 @@ void EventProcessor::CancelEventGroup(uint8 group)
|
||||
{
|
||||
if (itr->second->m_eventGroup != group)
|
||||
{
|
||||
++itr;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user