mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-28 06:25:55 +00:00
8
data/sql/updates/db_world/2026_02_22_02.sql
Normal file
8
data/sql/updates/db_world/2026_02_22_02.sql
Normal 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');
|
||||
Reference in New Issue
Block a user