Fix quest 12861.

Objective is to cast spell on creature, not kill

--HG--
branch : trunk
This commit is contained in:
Kudlaty
2009-11-28 15:50:13 +01:00
parent a73a8dc549
commit 586bf2d5ae

View File

@@ -69,7 +69,7 @@ struct TRINITY_DLL_DECL npc_drakuru_shacklesAI : public ScriptedAI
else
{
DoCast(Rageclaw, SPELL_FREE_RAGECLAW, true);
CAST_PLR(who)->KilledMonsterCredit(NPC_RAGECLAW, Rageclaw->GetGUID());
CAST_PLR(who)->CastSpell(Rageclaw, SPELL_UNLOCK_SHACKLE, true);
m_creature->setDeathState(DEAD);
}
}