fix(Core/Spell): Apply AURA_STATE_FAERIE_FIRE (#5703)

This commit is contained in:
Silker 2021-05-12 21:46:47 -06:00 committed by GitHub
parent 2b25f3daa2
commit d04f4be6c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2061,6 +2061,7 @@ AuraStateType SpellInfo::LoadAuraState() const
case 9806: // Phantom Strike
case 35325: // Glowing Blood
case 16498: // Faerie Fire
case 6950:
return AURA_STATE_FAERIE_FIRE;
default:
break;