mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Spell: Fix "Dark Conclave Ritualist Channel" range and cast
This commit is contained in:
2
sql/updates/world/3.3.5/2020_04_19_00_world.sql
Normal file
2
sql/updates/world/3.3.5/2020_04_19_00_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- Dark Conclave Ritualist & 'Dark Conclave Ritualist Channel'
|
||||
UPDATE `smart_scripts` SET `event_type`=25, `event_param1`=0, `event_param2`=0, `event_param3`=0, `event_param4`=0, `action_param2`=0 WHERE `entryorguid`=22138 AND `source_type`=0 AND `id` IN (0);
|
||||
@@ -4158,8 +4158,8 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
spellInfo->Effects[EFFECT_0].TargetB = SpellImplicitTargetInfo(TARGET_DEST_CASTER);
|
||||
});
|
||||
|
||||
// Cosmic Smash (Algalon the Observer)
|
||||
ApplySpellFix({ 62311, 64596 }, [](SpellInfo* spellInfo)
|
||||
// Cosmic Smash (Algalon the Observer) & Dark Conclave Ritualist Channel
|
||||
ApplySpellFix({ 62311, 64596, 38469 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->RangeEntry = sSpellRangeStore.LookupEntry(6); // 100yd
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user