Core: define CREATURE_FAMILY_NONE to avoid magic numbers in code

This commit is contained in:
Aokromes
2016-07-20 12:49:38 +02:00
parent dadd81afe0
commit 11636faadf
6 changed files with 10 additions and 7 deletions

View File

@@ -508,6 +508,8 @@ class spell_warl_demonic_empowerment : public SpellScriptLoader
case CREATURE_FAMILY_IMP:
targetCreature->CastSpell(targetCreature, SPELL_WARLOCK_DEMONIC_EMPOWERMENT_IMP, true);
break;
default:
break;
}
}
}