fix(Scripts/Items): HP-gated proc for low-HP tank trinkets (#25478)
Co-authored-by: blinkysc <blinkysc@users.noreply.github.com> Co-authored-by: ariel- <ariel-@users.noreply.github.com> Co-authored-by: Shauren <shauren.trinity@gmail.com>
This commit is contained in:
parent
e8eb9843dd
commit
63bcedbb43
2 changed files with 25 additions and 147 deletions
|
|
@ -0,0 +1,8 @@
|
|||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (45057, 52420, 71634, 71640, 75475, 75481) OR `ScriptName` IN ('spell_item_commendation_of_kaelthas', 'spell_item_corpse_tongue_coin', 'spell_item_corpse_tongue_coin_heroic', 'spell_item_petrified_twilight_scale', 'spell_item_petrified_twilight_scale_heroic', 'spell_item_soul_harvesters_charm');
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(45057, 'spell_item_proc_below_pct_damaged'),
|
||||
(52420, 'spell_item_proc_below_pct_damaged'),
|
||||
(71634, 'spell_item_proc_below_pct_damaged'),
|
||||
(71640, 'spell_item_proc_below_pct_damaged'),
|
||||
(75475, 'spell_item_proc_below_pct_damaged'),
|
||||
(75481, 'spell_item_proc_below_pct_damaged');
|
||||
Loading…
Add table
Add a link
Reference in a new issue