diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 9e9247cf8..1d407726d 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -2569,9 +2569,6 @@ void Spell::cast(bool skipCheck) { if (m_spellInfo->Mechanic == MECHANIC_BANDAGE) // Bandages AddPrecastSpell(11196); // Recently Bandaged - 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; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index f12566854..51944b24b 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 "9733" + #define REVISION_NR "9734" #endif // __REVISION_NR_H__