mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 00:08:01 +00:00
fix(Core/Spell): Apply AURA_STATE_FAERIE_FIRE (#5703)
This commit is contained in:
@@ -2061,6 +2061,7 @@ AuraStateType SpellInfo::LoadAuraState() const
|
|||||||
case 9806: // Phantom Strike
|
case 9806: // Phantom Strike
|
||||||
case 35325: // Glowing Blood
|
case 35325: // Glowing Blood
|
||||||
case 16498: // Faerie Fire
|
case 16498: // Faerie Fire
|
||||||
|
case 6950:
|
||||||
return AURA_STATE_FAERIE_FIRE;
|
return AURA_STATE_FAERIE_FIRE;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user