mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
Core/Spells: Fix radius for spell 62775 (Ulduar/XT-002 encounter)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user