fix(Core/Spell): Apply AURA_STATE_FAERIE_FIRE to Faerie Fire (#6105)
Adds missing anti-stealth aura to Faerie Fire variant with spell ID 20656.
This commit is contained in:
parent
780ff33c23
commit
1889fffbde
1 changed files with 3 additions and 0 deletions
|
|
@ -2062,6 +2062,9 @@ AuraStateType SpellInfo::LoadAuraState() const
|
|||
case 35325: // Glowing Blood
|
||||
case 16498: // Faerie Fire
|
||||
case 6950:
|
||||
case 20656:
|
||||
case 25602:
|
||||
case 32129:
|
||||
return AURA_STATE_FAERIE_FIRE;
|
||||
default:
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue