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:
Ovahlord
2020-09-13 22:24:02 +02:00
parent b06352f418
commit a51d331e9a

View File

@@ -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;
}