Misc fixes!

This commit is contained in:
hondacrx
2021-04-12 15:03:12 -04:00
parent 5daa24a805
commit b0e28e1478
3 changed files with 5 additions and 17 deletions
+1 -1
View File
@@ -330,7 +330,7 @@ namespace Game.Entities
public virtual void OnCombatExit()
{
foreach (var pair in m_appliedAuras.KeyValueList)
foreach (var pair in GetAppliedAuras())
{
AuraApplication aurApp = pair.Value;
aurApp.GetBase().CallScriptEnterLeaveCombatHandlers(aurApp, false);