From 4643d9020ef8d6f566a08b4c122637211e3c30f6 Mon Sep 17 00:00:00 2001 From: schmoozerd Date: Fri, 21 Jan 2011 10:51:59 +0100 Subject: [PATCH] [11056] Limit max targets for spell 802/804 Signed-off-by: NoFantasy --- src/game/Spell.cpp | 2 ++ src/shared/revision_nr.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index ab4b0fc3a..51002a4f8 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -1483,6 +1483,8 @@ void Spell::SetTargetMap(SpellEffectIndex effIndex, uint32 targetMode, UnitList& { switch(m_spellInfo->Id) { + case 802: // Mutate Bug + case 804: // Explode Bug case 23138: // Gate of Shazzrah case 31347: // Doom TODO: exclude top threat target from target selection case 33711: // Murmur's Touch diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 5d456a62d..2dcad6f5e 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 "11055" + #define REVISION_NR "11056" #endif // __REVISION_NR_H__