diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 1af4805d5..7f573f822 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -8936,7 +8936,8 @@ uint32 Unit::SpellDamageBonus(Unit *pVictim, SpellEntry const *spellProto, uint3 case 5142: // Increased Lightning Damage case 5147: // Improved Consecration / Libram of Resurgence case 5148: // Idol of the Shooting Star - case 6008: // Increased Lightning Damage / Totem of Hex + case 6008: // Increased Lightning Damage + case 8627: // Totem of Hex { DoneTotal+=(*i)->GetModifier()->m_amount; break; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 81fd4d4bd..a8f730b40 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 "9568" + #define REVISION_NR "9569" #endif // __REVISION_NR_H__