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:
Ovahlord
2022-02-24 14:14:16 +01:00
parent 1534ede45a
commit ce9da3a209
2 changed files with 24 additions and 34 deletions

View 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';