fix(Core/Spells): Implement Honor Among Thieves spell scripts (#24799)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
Co-authored-by: ccrs <crs_92_19@hotmail.com>
This commit is contained in:
blinkysc
2026-02-22 11:07:18 -06:00
committed by GitHub
parent 7fadeb1141
commit ff990a42ab
3 changed files with 99 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
-- 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');