Core/Auras: Apply banished aura state with auras using banish mechanic
Port From (https://github.com/TrinityCore/TrinityCore/commit/3974648ae02970a62841104c7678db89cfbeea48)
This commit is contained in:
@@ -1465,6 +1465,9 @@ namespace Game.Spells
|
|||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (Mechanic == Mechanics.Banish)
|
||||||
|
_auraState = AuraStateType.Banished;
|
||||||
}
|
}
|
||||||
|
|
||||||
public SpellSpecificType GetSpellSpecific()
|
public SpellSpecificType GetSpellSpecific()
|
||||||
|
|||||||
Reference in New Issue
Block a user