mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Spell: fix warning
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user