mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 21:56:22 +00:00
5
data/sql/updates/db_world/2023_12_12_12.sql
Normal file
5
data/sql/updates/db_world/2023_12_12_12.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2023_12_12_11 -> 2023_12_12_12
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` = 37429 AND `ScriptName` = 'spell_lurker_below_spout';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(37429, 'spell_lurker_below_spout');
|
||||
Reference in New Issue
Block a user