mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-31 01:23:47 +00:00
6
data/sql/updates/db_world/2025_06_21_02.sql
Normal file
6
data/sql/updates/db_world/2025_06_21_02.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2025_06_21_01 -> 2025_06_21_02
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (58552,58533) AND `ScriptName`='spell_chapter5_return_to_capital';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(58552, 'spell_chapter5_return_to_capital'),
|
||||
(58533, 'spell_chapter5_return_to_capital');
|
||||
Reference in New Issue
Block a user