From 18ceb2392cfac6705db4b69b562d588bbe150b63 Mon Sep 17 00:00:00 2001 From: Xfurry Date: Fri, 31 May 2013 11:05:21 +0100 Subject: [PATCH] [c12597] Limit targets of spell 10258 --- src/game/Spell.cpp | 1 + src/game/SpellMgr.cpp | 1 + src/shared/revision_nr.h | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 7d06300f6..4b981f247 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -7955,6 +7955,7 @@ void Spell::GetSpellRangeAndRadius(SpellEffectEntry const* spellEffect, float& r case 73023: // Mutated Infection (Mode 3) unMaxTargets = 1; break; + case 10258: // Awaken Vault Warder (Uldaman) case 28542: // Life Drain (Naxx, Sapphiron) case 66013: // Penetrating Cold (10 man) (ToCrusader, Anub'arak) case 67755: // Nerubian Burrower (Mode 1) (ToCrusader, Anub'arak) diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 2d974a09f..aa779cb46 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -747,6 +747,7 @@ bool IsPositiveEffect(SpellEntry const* spellproto, SpellEffectIndex effIndex) { case 28441: // AB Effect 000 return false; + case 10258: // Awaken Vault Warder case 18153: // Kodo Kombobulator case 49634: // Sergeant's Flare case 54530: // Opening diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index f23428e52..c41ec6123 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 "12596" + #define REVISION_NR "12597" #endif // __REVISION_NR_H__