parent
806d4962cf
commit
2ae22bdd7b
2 changed files with 2 additions and 0 deletions
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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue