diff options
author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-11-14 03:01:47 +0000 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-11-14 03:01:47 +0000 |
commit | 0fc6f468e6cf0c6f15a58bc02146a239965a7cbc (patch) | |
tree | 00c2dfd8f1a0908fabfeab19d5e034f0ed00dc88 /data | |
parent | 587762ca36a69ab311b7ce87c6e48f76ed87b714 (diff) |
chore(DB): import pending files
Referenced commit(s): b7732690c97a285026db6653f296ad01c7ca72b6
Diffstat (limited to 'data')
-rw-r--r-- | data/sql/updates/db_world/2024_11_14_01.sql (renamed from data/sql/updates/pending_db_world/rev_1731534309713710300.sql) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1731534309713710300.sql b/data/sql/updates/db_world/2024_11_14_01.sql index 20b284f409..0cdf5c27ab 100644 --- a/data/sql/updates/pending_db_world/rev_1731534309713710300.sql +++ b/data/sql/updates/db_world/2024_11_14_01.sql @@ -1,3 +1,4 @@ +-- DB update 2024_11_14_00 -> 2024_11_14_01 -- DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_entropius_negative_energy'; DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_entropius_negative_energy_periodic' AND `spell_id` = 46284; |