mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Core/Spells: do not save triggered Chakra auras
This commit is contained in:
@@ -1030,6 +1030,10 @@ bool Aura::CanBeSaved() const
|
||||
case 40075: // Fel Flak Fire
|
||||
case 55849: // Power Spark
|
||||
case 96206: // Nature's Bounty
|
||||
case 81206: // Chakra: Sanctuary
|
||||
case 81207: // Chakra: Sanctuary
|
||||
case 81208: // Chakra: Serenity
|
||||
case 81209: // Chakra: Chastise
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user