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
|
|
@ -698,7 +698,7 @@ class spell_warl_soulshatter : public SpellScript
|
|||
Unit* caster = GetCaster();
|
||||
if (Unit* target = GetHitUnit())
|
||||
{
|
||||
if (target->CanHaveThreatList() && target->getThreatMgr().getThreat(caster) > 0.0f)
|
||||
if (target->CanHaveThreatList() && target->GetThreatMgr().getThreat(caster) > 0.0f)
|
||||
caster->CastSpell(target, SPELL_WARLOCK_SOULSHATTER, true);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue