mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 14:46:24 +00:00
fix(Core/Spell): Net-o-Matic (#16482)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user