Core/Spells: Fix radius for spell 62775 (Ulduar/XT-002 encounter)

This commit is contained in:
Machiavelli
2011-06-08 16:52:02 +02:00
parent bcfb8cf69d
commit f4229e52f2

View File

@@ -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