mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[8531] Fixed spell 20594
Signed-off-by: Ambal <pogrebniak@gala.net>
This commit is contained in:
parent
a2d1781ba8
commit
49c97633b8
2 changed files with 3 additions and 1 deletions
|
|
@ -2412,6 +2412,8 @@ void Spell::cast(bool skipCheck)
|
|||
else if(m_spellInfo->SpellIconID == 1662 && m_spellInfo->AttributesEx & 0x20)
|
||||
// Blood Fury (Racial)
|
||||
AddPrecastSpell(23230); // Blood Fury - Healing Reduction
|
||||
else if(m_spellInfo->Id == 20594) // Stoneskin
|
||||
AddTriggeredSpell(65116); // Stoneskin - armor 10% for 8 sec
|
||||
break;
|
||||
}
|
||||
case SPELLFAMILY_MAGE:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8530"
|
||||
#define REVISION_NR "8531"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue