mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
4
data/sql/updates/db_world/2023_11_12_05.sql
Normal file
4
data/sql/updates/db_world/2023_11_12_05.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- DB update 2023_11_12_04 -> 2023_11_12_05
|
||||
-- Carinda's Scroll of Retribution
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=30077 AND `ScriptName` = 'spell_item_scroll_of_retribution';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (30077, 'spell_item_scroll_of_retribution');
|
||||
Reference in New Issue
Block a user