Merge branch 'azerothcore:master' into Playerbot

This commit is contained in:
ZhengPeiRu21
2023-04-10 08:27:49 -06:00
committed by GitHub
45 changed files with 1426 additions and 519 deletions

View File

@@ -117,6 +117,7 @@ void EventProcessor::CancelEventGroup(uint8 group)
{
if (itr->second->m_eventGroup != group)
{
++itr;
continue;
}