diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index e82514708..c755b1fda 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -5303,6 +5303,7 @@ void Aura::HandleAuraModIncreaseHealth(bool apply, bool Real) case 34511: // Valor (Bulwark of Kings, Bulwark of the Ancient Kings) case 44055: case 55915: case 55917: case 67596: // Tremendous Fortitude (Battlemaster's Alacrity) case 50322: // Survival Instincts + case 53479: // Hunter pet - Last Stand case 54443: // Demonic Empowerment (Voidwalker) case 55233: // Vampiric Blood case 59465: // Brood Rage (Ahn'Kahet) diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index d2c85cffc..de81b547d 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 "10867" + #define REVISION_NR "10868" #endif // __REVISION_NR_H__