diff --git a/src/bindings/scripts/scripts/zone/eastern_plaguelands/the_scarlet_enclave.cpp b/src/bindings/scripts/scripts/zone/eastern_plaguelands/the_scarlet_enclave.cpp index d0343c9b5a5..2eaf2bc7164 100644 --- a/src/bindings/scripts/scripts/zone/eastern_plaguelands/the_scarlet_enclave.cpp +++ b/src/bindings/scripts/scripts/zone/eastern_plaguelands/the_scarlet_enclave.cpp @@ -891,7 +891,7 @@ struct TRINITY_DLL_DECL npc_death_knight_initiateAI : public SpellAI { if(!me->HasAura(7267)) // beg aura has faded { - CAST_PLR(me->getVictim())->KilledMonster(29025,m_creature->GetGUID()); + me->getVictim()->CastSpell(me->getVictim(), 52994, true); EnterEvadeMode(); } return;