mirror of
https://github.com/mangosfour/server.git
synced 2025-12-20 16:37:04 +00:00
[10868] Fixed spell 53479.
(based on insider42's repo commit b0343e1) Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
1d8f222621
commit
85c3e2e3be
2 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10867"
|
||||
#define REVISION_NR "10868"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue