Core/Combat: rename getThreatMgr() to GetThreatMgr() (#11758)
This commit is contained in:
parent
8c058791ed
commit
c5368816fa
67 changed files with 129 additions and 129 deletions
|
|
@ -164,7 +164,7 @@ struct npc_pet_mage_mirror_image : CasterAI
|
|||
|
||||
if (selection)
|
||||
{
|
||||
me->getThreatMgr().ResetAllThreat();
|
||||
me->GetThreatMgr().ResetAllThreat();
|
||||
me->AddThreat(selection, 1000000.0f);
|
||||
|
||||
if (owner->IsInCombat())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue