[10868] Fixed spell 53479.

(based on insider42's repo commit b0343e1)

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
reagent 2010-12-13 16:46:35 +03:00 committed by VladimirMangos
parent 1d8f222621
commit 85c3e2e3be
2 changed files with 2 additions and 1 deletions

View file

@ -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)

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10867"
#define REVISION_NR "10868"
#endif // __REVISION_NR_H__