Make SE_SpellResistReduction not complain

This commit is contained in:
Michael Cook (mackal) 2016-07-21 20:27:08 -04:00
parent 5f111f159b
commit 1f5dcb6965

View File

@ -2996,6 +2996,7 @@ bool Mob::SpellEffect(Mob* caster, uint16 spell_id, float partial, int level_ove
case SE_PetMeleeMitigation:
case SE_SkillProc:
case SE_SkillProcSuccess:
case SE_SpellResistReduction:
{
break;
}