fix(Core/Spell): Net-o-Matic (#16482)

This commit is contained in:
The GhostRider
2023-06-09 02:33:31 +01:00
committed by GitHub
parent 0c52476b1d
commit 2176435938

View File

@@ -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();