From 226136e36ff38a459b5d835cc3499687547c277c Mon Sep 17 00:00:00 2001 From: ChuniMuni Date: Wed, 12 Feb 2020 21:18:37 +0000 Subject: [PATCH] Clean-up spell TBC. --- src/game/WorldHandlers/SpellEffects.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/game/WorldHandlers/SpellEffects.cpp b/src/game/WorldHandlers/SpellEffects.cpp index e3583e02..50fdf542 100644 --- a/src/game/WorldHandlers/SpellEffects.cpp +++ b/src/game/WorldHandlers/SpellEffects.cpp @@ -1443,8 +1443,6 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx) case 20473: hurt = 25912; heal = 25914; break; case 20929: hurt = 25911; heal = 25913; break; case 20930: hurt = 25902; heal = 25903; break; - case 27174: hurt = 27176; heal = 27175; break; - case 33072: hurt = 33073; heal = 33074; break; default: sLog.outError("Spell::EffectDummy: Spell %u not handled in HS", m_spellInfo->Id); return;