diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index b0d3d7431..c4ea95969 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -1548,6 +1548,7 @@ void Spell::SetTargetMap(SpellEffectIndex effIndex, uint32 targetMode, UnitList& case 38794: // Murmur's Touch (h) case 50988: // Glare of the Tribunal (Halls of Stone) case 59870: // Glare of the Tribunal (h) (Halls of Stone) + case 64218: // Overcharge case 68950: // Fear unMaxTargets = 1; break; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 6fa966b78..38fc1fe52 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 "11547" + #define REVISION_NR "11548" #endif // __REVISION_NR_H__