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:
parent
7fadeb1141
commit
ff990a42ab
3 changed files with 99 additions and 7 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue