mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[8523] Add another versions of spell 44055 support.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
952a17efba
commit
e0bf5e5656
2 changed files with 3 additions and 2 deletions
|
|
@ -4996,7 +4996,8 @@ void Aura::HandleAuraModIncreaseHealth(bool apply, bool Real)
|
||||||
case 12976: // Warrior Last Stand triggered spell
|
case 12976: // Warrior Last Stand triggered spell
|
||||||
case 28726: // Nightmare Seed ( Nightmare Seed )
|
case 28726: // Nightmare Seed ( Nightmare Seed )
|
||||||
case 34511: // Valor (Bulwark of Kings, Bulwark of the Ancient Kings)
|
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 50322: // Survival Instincts
|
||||||
case 54443: // Demonic Empowerment (Voidwalker)
|
case 54443: // Demonic Empowerment (Voidwalker)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "8522"
|
#define REVISION_NR "8523"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue