Clean-up spell TBC.

This commit is contained in:
ChuniMuni 2020-02-12 21:18:37 +00:00 committed by Antz
parent 4aa9d6dd12
commit 226136e36f

View File

@ -1443,8 +1443,6 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx)
case 20473: hurt = 25912; heal = 25914; break; case 20473: hurt = 25912; heal = 25914; break;
case 20929: hurt = 25911; heal = 25913; break; case 20929: hurt = 25911; heal = 25913; break;
case 20930: hurt = 25902; heal = 25903; break; case 20930: hurt = 25902; heal = 25903; break;
case 27174: hurt = 27176; heal = 27175; break;
case 33072: hurt = 33073; heal = 33074; break;
default: default:
sLog.outError("Spell::EffectDummy: Spell %u not handled in HS", m_spellInfo->Id); sLog.outError("Spell::EffectDummy: Spell %u not handled in HS", m_spellInfo->Id);
return; return;