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:
blinkysc 2026-04-20 04:36:25 -05:00 committed by GitHub
parent e8eb9843dd
commit 63bcedbb43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 25 additions and 147 deletions

View file

@ -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');