mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-27 22:16:11 +00:00
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:
@@ -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');
|
||||
Reference in New Issue
Block a user