From ca7a2e64176ed0345a0040982018a867479680fc Mon Sep 17 00:00:00 2001 From: Kudlaty Date: Sun, 29 Nov 2009 19:51:07 +0100 Subject: Fix crash in script for quest Trolls is gone crazy --HG-- branch : trunk --- src/bindings/scripts/scripts/northrend/zuldrak.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bindings/scripts') diff --git a/src/bindings/scripts/scripts/northrend/zuldrak.cpp b/src/bindings/scripts/scripts/northrend/zuldrak.cpp index 28407adfc65..148e7fd5ac8 100644 --- a/src/bindings/scripts/scripts/northrend/zuldrak.cpp +++ b/src/bindings/scripts/scripts/northrend/zuldrak.cpp @@ -158,7 +158,7 @@ struct TRINITY_DLL_DECL npc_captured_rageclawAI : public ScriptedAI return; if (DespawnTimer <= uiDiff) - m_creature->setDeathState(JUST_DIED); + m_creature->DisappearAndDie(); else DespawnTimer -= uiDiff; } }; -- cgit v1.2.3