diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 91927bb5e..031aa4a6a 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -4996,7 +4996,8 @@ void Aura::HandleAuraModIncreaseHealth(bool apply, bool Real) case 12976: // Warrior Last Stand triggered spell case 28726: // Nightmare Seed ( Nightmare Seed ) case 34511: // Valor (Bulwark of Kings, Bulwark of the Ancient Kings) - case 44055: // Tremendous Fortitude (Battlemaster's Alacrity) + // FIXME: add case 67596: in 3.2.x + case 44055: case 55915: case 55917: // Tremendous Fortitude (Battlemaster's Alacrity) case 50322: // Survival Instincts case 54443: // Demonic Empowerment (Voidwalker) { diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index d9d030e5d..2dbc5fece 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "8522" + #define REVISION_NR "8523" #endif // __REVISION_NR_H__