mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 01:59:09 +00:00
5
data/sql/updates/db_world/2024_08_27_03.sql
Normal file
5
data/sql/updates/db_world/2024_08_27_03.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2024_08_27_02 -> 2024_08_27_03
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` = 41357;
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(41357, 'spell_gen_select_target_count_15_3');
|
||||
4
data/sql/updates/db_world/2024_08_27_04.sql
Normal file
4
data/sql/updates/db_world/2024_08_27_04.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- DB update 2024_08_27_03 -> 2024_08_27_04
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` = 64765;
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (64765, 'spell_gen_absorb0_hitlimit1');
|
||||
Reference in New Issue
Block a user