From 5ea1fe52b096e3a811eeb56cffd947c578599562 Mon Sep 17 00:00:00 2001 From: wilibald09 Date: Fri, 1 Jan 2010 21:36:43 +0100 Subject: [PATCH] [9100] Set MaxTargets limit for spell 31347 Signed-off-by: NoFantasy --- src/game/Spell.cpp | 1 + src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index a87bffbf3cb..0e13d1efbf4 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -1326,6 +1326,7 @@ void Spell::SetTargetMap(uint32 effIndex, uint32 targetMode, UnitList& targetUni { switch(m_spellInfo->Id) { + case 31347: // Doom TODO: exclude top threat target from target selection case 33711: // Murmur's Touch case 38794: // Murmur's Touch (h) unMaxTargets = 1; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 3633f01ceeb..230fa61fcda 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 "9099" + #define REVISION_NR "9100" #endif // __REVISION_NR_H__