Merge branch 'ElunaLuaEngine:master' into feat/arena-methods

This commit is contained in:
Axel Cocat
2021-09-20 09:51:29 +02:00
committed by GitHub
6 changed files with 18 additions and 11 deletions

View File

@@ -2006,7 +2006,7 @@ namespace LuaUnit
#ifdef TRINITY
unit->GetThreatManager().ClearAllThreat();
#elif AZEROTHCORE
unit->getThreatManager().clearReferences();
unit->getThreatMgr().clearReferences();
#else
unit->GetThreatManager().clearReferences();
#endif