mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 07:17:57 +00:00
8
data/sql/updates/db_world/2026_07_24_01.sql
Normal file
8
data/sql/updates/db_world/2026_07_24_01.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- DB update 2026_07_24_00 -> 2026_07_24_01
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_ulduar_random_aggro_periodic', 'spell_auriaya_feral_essence_removal', 'spell_auriaya_feral_rush');
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(61906, 'spell_ulduar_random_aggro_periodic'),
|
||||
(64456, 'spell_auriaya_feral_essence_removal'),
|
||||
(64496, 'spell_auriaya_feral_rush'),
|
||||
(64674, 'spell_auriaya_feral_rush');
|
||||
Reference in New Issue
Block a user