mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-02 02:23:49 +00:00
6
data/sql/updates/db_world/2026_01_30_00.sql
Normal file
6
data/sql/updates/db_world/2026_01_30_00.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2026_01_29_03 -> 2026_01_30_00
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (56072, 56070);
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(56072, 'spell_wyrmrest_skytalon_ride_red_dragon_buddy_trigger'),
|
||||
(56070, 'spell_wyrmrest_skytalon_summon_red_dragon_buddy');
|
||||
Reference in New Issue
Block a user