diff options
author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-11-13 19:11:43 +0000 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-11-13 19:11:43 +0000 |
commit | 288e97d4a2aadcb77decd17a91d9f4133383f59c (patch) | |
tree | e5609d49925c1af8f25b6266d3d3c86df24a47ff /data | |
parent | f011a849dc7c7e26f6e972b570cd544625b610ee (diff) |
chore(DB): import pending files
Referenced commit(s): f011a849dc7c7e26f6e972b570cd544625b610ee
Diffstat (limited to 'data')
-rw-r--r-- | data/sql/updates/db_world/2024_11_13_02.sql (renamed from data/sql/updates/pending_db_world/rev_1731513769607437914.sql) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1731513769607437914.sql b/data/sql/updates/db_world/2024_11_13_02.sql index af98360eed..b2a15d7bed 100644 --- a/data/sql/updates/pending_db_world/rev_1731513769607437914.sql +++ b/data/sql/updates/db_world/2024_11_13_02.sql @@ -1,3 +1,4 @@ +-- DB update 2024_11_13_01 -> 2024_11_13_02 -- DELETE FROM `spell_script_names` WHERE `spell_id` = 45217 AND `ScriptName` = 'spell_ritual_of_power'; INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (45217, 'spell_ritual_of_power'); |