diff --git a/src/game/SpellMgr.h b/src/game/SpellMgr.h index 236a7f833..569e85210 100644 --- a/src/game/SpellMgr.h +++ b/src/game/SpellMgr.h @@ -200,7 +200,7 @@ inline bool IsPassiveSpellStackableWithRanks(SpellEntry const* spellProto) inline bool IsDeathOnlySpell(SpellEntry const *spellInfo) { - return spellInfo->AttributesEx & SPELL_ATTR_EX3_CAST_ON_DEAD + return spellInfo->AttributesEx3 & SPELL_ATTR_EX3_CAST_ON_DEAD || spellInfo->Id == 2584 || spellInfo->Id == 22011; } diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 6519055d9..c0b60c9a8 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 "8623" + #define REVISION_NR "8624" #endif // __REVISION_NR_H__