From 4eaa4ce4019b97c8303a7ceabfc7913a56c97caa Mon Sep 17 00:00:00 2001 From: Shauren Date: Thu, 6 Oct 2011 14:30:33 +0200 Subject: Scripts/Icecrown Citadel: Fury of Frostmourne debuff will now be removed correctly --- src/server/game/Spells/SpellMgr.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 2a37a55d830..17d02beb1e2 100755 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -3403,6 +3403,7 @@ void SpellMgr::LoadDbcDataCorrections() break; case 75127: // Kill Frostmourne Players case 72351: // Fury of Frostmourne + case 72431: // Jump (removes Fury of Frostmourne debuff) case 72429: // Mass Resurrection case 73159: // Play Movie case 73582: // Trigger Vile Spirit (Inside, Heroic) -- cgit v1.2.3