From f4229e52f2aff60d7617420184ff05fa159b3b1d Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Wed, 8 Jun 2011 16:52:02 +0200 Subject: Core/Spells: Fix radius for spell 62775 (Ulduar/XT-002 encounter) --- src/server/game/Spells/SpellMgr.cpp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/server') diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 7cebaf74b87..e7056243ff6 100755 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -4017,12 +4017,17 @@ void SpellMgr::LoadSpellCustomAttr() ++count; break; case 63018: // Searing Light - case 65121: // Searing Light (Heroic) + case 65121: // Searing Light (25m) case 63024: // Gravity Bomb - case 64234: // Gravity Bomb (Heroic) + case 64234: // Gravity Bomb (25m) spellInfo->MaxAffectedTargets = 1; count++; break; + case 62775: // Tympanic Tantrum + spellInfo->EffectRadiusIndex[EFFECT_0] = 12; // 100yds instead of 500 + spellInfo->EffectRadiusIndex[EFFECT_1] = 12; + count++; + break; // ENDOF ULDUAR SPELLS // // ICECROWN CITADEL SPELLS -- cgit v1.2.3