mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Core/Spells: do not save Priest's T11 Chakra Flow bonus to database to fix an exploit that was causing it to permanently last on the player
This commit is contained in:
@@ -1019,6 +1019,7 @@ bool Aura::CanBeSaved() const
|
||||
case 81208: // Chakra: Serenity
|
||||
case 81209: // Chakra: Chastise
|
||||
case 68631: // Curse of the Worgen
|
||||
case 89912: // Chakra Flow
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user