chore(DB): import pending files

Referenced commit(s): 7fadeb1141
This commit is contained in:
github-actions[bot]
2026-02-22 17:23:17 +00:00
parent ff990a42ab
commit e281f10b5b

View File

@@ -0,0 +1,8 @@
-- DB update 2026_02_22_01 -> 2026_02_22_02
-- Honor Among Thieves spell script registration
DELETE FROM `spell_script_names` WHERE `spell_id` IN (51698, 51700, 51701, 52916);
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(51698, 'spell_rog_honor_among_thieves'),
(51700, 'spell_rog_honor_among_thieves'),
(51701, 'spell_rog_honor_among_thieves'),
(52916, 'spell_rog_honor_among_thieves_proc');