diff options
author | QAston <none@none> | 2009-07-17 19:26:53 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-07-17 19:26:53 +0200 |
commit | b897fcbe106cfc126fd91cdf4ffd0cb8d7e8b5cc (patch) | |
tree | d4132355b6ac1fc3ece6cfe6d8bbd16570a92526 /src | |
parent | 6c8f54c4a67b23d31cf82c2ec1e767380a42e7b2 (diff) |
*Use spell instead of function for giing kill credit in Death's Challenge script - by Drethek.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/bindings/scripts/scripts/zone/eastern_plaguelands/the_scarlet_enclave.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |