From 20c02ef7606557a3932d2a3ca052242224a53b4a Mon Sep 17 00:00:00 2001 From: QAston Date: Mon, 6 Apr 2009 13:31:14 +0200 Subject: *Update of aura system. --HG-- branch : trunk --- src/game/QuestHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/QuestHandler.cpp') diff --git a/src/game/QuestHandler.cpp b/src/game/QuestHandler.cpp index f6e5b4f5c90..c7f83c9b7ae 100644 --- a/src/game/QuestHandler.cpp +++ b/src/game/QuestHandler.cpp @@ -101,7 +101,7 @@ void WorldSession::HandleQuestgiverHelloOpcode( WorldPacket & recv_data ) // remove fake death if(GetPlayer()->hasUnitState(UNIT_STAT_DIED)) - GetPlayer()->RemoveSpellsCausingAura(SPELL_AURA_FEIGN_DEATH); + GetPlayer()->RemoveAurasByType(SPELL_AURA_FEIGN_DEATH); // Stop the npc if moving pCreature->StopMoving(); -- cgit v1.2.3