mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Auras: Apply banished aura state with auras using banish mechanic
This commit is contained in:
@@ -2619,6 +2619,9 @@ void SpellInfo::_LoadAuraState()
|
||||
break;
|
||||
}
|
||||
|
||||
if (Mechanic == MECHANIC_BANISH)
|
||||
return AURA_STATE_BANISHED;
|
||||
|
||||
return AURA_STATE_NONE;
|
||||
}();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user