mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 16:39:08 +01:00
Core/Spells: integrated Long Arm of the Law's mechanic into the Judgement spell script and removed the proc entry
* updated some proc entries while at it
This commit is contained in:
10
sql/updates/world/4.3.4/2022_02_25_00_world.sql
Normal file
10
sql/updates/world/4.3.4/2022_02_25_00_world.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
-- Shooting Stars
|
||||
UPDATE `spell_proc` SET `SpellFamilyName`= 7, `ProcFlags`= 0 WHERE `SpellId`= -93398;
|
||||
-- Telluric Currents
|
||||
UPDATE `spell_proc` SET `ProcFlags`= 0 WHERE `SpellId`= -82984;
|
||||
-- Thunderstruck
|
||||
UPDATE `spell_proc` SET `ProcFlags`= 0 WHERE `SpellId`= -80979;
|
||||
|
||||
-- Long Arm of the Law
|
||||
DELETE FROM `spell_proc` WHERE `SpellId`= -87168;
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_pal_long_arm_of_the_law';
|
||||
Reference in New Issue
Block a user