mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
Core/Auras: apply AURA_STATE_MARKED for Paladin Seals
This commit is contained in:
@@ -2547,6 +2547,10 @@ void SpellInfo::_LoadAuraState()
|
||||
{
|
||||
_auraState = [this]()->AuraStateType
|
||||
{
|
||||
// Seals
|
||||
if (GetSpellSpecific() == SPELL_SPECIFIC_SEAL)
|
||||
return AURA_STATE_MARKED;
|
||||
|
||||
// Faerie Fire (Feral)
|
||||
if (GetCategory() == 1133)
|
||||
return AURA_STATE_FAERIE_FIRE;
|
||||
|
||||
Reference in New Issue
Block a user