mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 21:56:22 +00:00
6
data/sql/updates/db_world/2025_04_17_00.sql
Normal file
6
data/sql/updates/db_world/2025_04_17_00.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2025_04_15_01 -> 2025_04_17_00
|
||||
--
|
||||
UPDATE `spell_script_names` SET `ScriptName` = 'spell_gen_summon_target_floor' WHERE `ScriptName` = 'spell_muru_blackhole';
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` = 45978;
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(45978, 'spell_gen_summon_target_floor');
|
||||
Reference in New Issue
Block a user