Core/Spell: fix warning

This commit is contained in:
ariel-
2016-11-12 18:04:45 -03:00
parent 50a3ce5703
commit 3588ff894b

View File

@@ -2870,7 +2870,7 @@ bool SpellInfo::CanSpellCastOverrideAuraEffect(SpellInfo const* auraSpellInfo, u
if (Effects[i].Effect != SPELL_EFFECT_APPLY_AURA)
continue;
int32 const miscValue = Effects[i].MiscValue;
uint32 const miscValue = static_cast<uint32>(Effects[i].MiscValue);
switch (Effects[i].ApplyAuraName)
{
case SPELL_AURA_STATE_IMMUNITY: