diff options
author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-11-11 19:54:19 +0000 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-11-11 19:54:19 +0000 |
commit | 9dbb8781b5ab1dfa6f43c203470875f63d738806 (patch) | |
tree | 95c3fbf06f0574bdce6c0bd03d453ee0fec83fb2 /data | |
parent | 8da3b83d745a6535f7244e924665f7f69c56a864 (diff) |
chore(DB): import pending files
Referenced commit(s): 5f7d1d302f83f5b80cbdb2c1319a9ac589a0b78d
Diffstat (limited to 'data')
-rw-r--r-- | data/sql/updates/db_world/2024_11_11_04.sql (renamed from data/sql/updates/pending_db_world/unstable-flasks.sql) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/unstable-flasks.sql b/data/sql/updates/db_world/2024_11_11_04.sql index 55784ac5ab..743c183e08 100644 --- a/data/sql/updates/pending_db_world/unstable-flasks.sql +++ b/data/sql/updates/db_world/2024_11_11_04.sql @@ -1,3 +1,4 @@ +-- DB update 2024_11_11_03 -> 2024_11_11_04 DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (-40568, -40575, -40572, -40567, -40573, -40576); INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (-40568, -40582, 0, 'Unstable Flask of the Elder'), |