diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 896e10cd1..a0154c71e 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -1592,6 +1592,7 @@ void Spell::SetTargetMap(SpellEffectIndex effIndex, uint32 targetMode, UnitList& case 38794: // Murmur's Touch (h) case 44869: // Spectral Blast case 45976: // Open Portal + case 47669: // Awaken Subboss case 48278: // Paralyze (Utgarde Pinnacle) case 50988: // Glare of the Tribunal (Halls of Stone) case 54148: // Ritual of the Sword (Utgarde Pinnacle, Svala) diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 1a501dd6e..196684ba0 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -714,6 +714,7 @@ bool IsPositiveEffect(SpellEntry const *spellproto, SpellEffectIndex effIndex) case 27201: case 27202: case 27203: + case 47669: return true; default: break; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index e95ea5f12..f9af18e71 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 "12000" + #define REVISION_NR "12001" #endif // __REVISION_NR_H__