mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Merge pull request #8067 from Elron103/pull-requests
Core/Spells: Fix power drain effect for heroic versions of spell 70759 (72015, 72016) - thanks to Shauren
This commit is contained in:
@@ -3486,6 +3486,10 @@ void SpellMgr::LoadDbcDataCorrections()
|
||||
case 71085: // Mana Void (periodic aura)
|
||||
spellInfo->DurationIndex = 9; // 30 seconds (missing)
|
||||
break;
|
||||
case 72015: // Frostbolt Volley (only heroic)
|
||||
case 72016: // Frostbolt Volley (only heroic)
|
||||
spellInfo->EffectRadiusIndex[2] = 23; // 40 yards
|
||||
break;
|
||||
case 70936: // Summon Suppressor (needs target selection script)
|
||||
spellInfo->EffectImplicitTargetA[0] = TARGET_UNIT_TARGET_ANY;
|
||||
spellInfo->EffectImplicitTargetB[0] = 0;
|
||||
|
||||
Reference in New Issue
Block a user