fix(Core/Spell): Net-o-Matic (#16482)
This commit is contained in:
parent
0c52476b1d
commit
2176435938
1 changed files with 0 additions and 5 deletions
|
|
@ -5043,11 +5043,6 @@ void AuraEffect::HandleAuraDummy(AuraApplication const* aurApp, uint8 mode, bool
|
|||
if (caster && target->CanHaveThreatList())
|
||||
target->AddThreat(caster, 10.0f);
|
||||
break;
|
||||
case 13139: // net-o-matic
|
||||
// root to self part of (root_target->charge->root_self sequence
|
||||
if (caster)
|
||||
caster->CastSpell(caster, 13138, true, nullptr, this);
|
||||
break;
|
||||
case 34026: // kill command
|
||||
{
|
||||
Unit* pet = target->GetGuardianPet();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue