mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Scripts/Halion: Fixed Soul Consumption's pull effect.
Thanks to Winterfell for pointing out the issue.
This commit is contained in:
@@ -3690,6 +3690,9 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
//
|
||||
// RUBY SANCTUM SPELLS
|
||||
//
|
||||
case 74799: // Soul Consumption
|
||||
spellInfo->Effects[EFFECT_1].RadiusEntry = sSpellRadiusStore.LookupEntry(EFFECT_RADIUS_12_YARDS);
|
||||
break;
|
||||
case 74769: // Twilight Cutter
|
||||
case 77844: // Twilight Cutter
|
||||
case 77845: // Twilight Cutter
|
||||
|
||||
Reference in New Issue
Block a user