mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Missed change for previous commit
This commit is contained in:
@@ -3441,7 +3441,7 @@ void SpellMgr::LoadDbcDataCorrections()
|
||||
spellInfo->EffectRadiusIndex[0] = EFFECT_RADIUS_200_YARDS; // 200yd
|
||||
break;
|
||||
case 70598: // Sindragosa's Fury
|
||||
spellInfo->EffectImplicitTargetA[0] = TARGET_DEST_CASTER;
|
||||
spellInfo->EffectImplicitTargetA[0] = TARGET_DEST_DEST;
|
||||
break;
|
||||
case 69846: // Frost Bomb
|
||||
spellInfo->speed = 0.0f; // This spell's summon happens instantly
|
||||
|
||||
Reference in New Issue
Block a user