diff options
author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-11-15 13:25:43 +0000 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-11-15 13:25:43 +0000 |
commit | c9665aa69b67d70027e0f61bb9125679bbc16c91 (patch) | |
tree | 9e7d6fe8a67c38e0db8877f819659256e8829f8c /data | |
parent | b8a9dc9cf867433052544764981b481c3e3ed784 (diff) |
chore(DB): import pending files
Referenced commit(s): b8a9dc9cf867433052544764981b481c3e3ed784
Diffstat (limited to 'data')
-rw-r--r-- | data/sql/updates/db_world/2024_11_15_02.sql (renamed from data/sql/updates/pending_db_world/rev_1730390397729810000.sql) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1730390397729810000.sql b/data/sql/updates/db_world/2024_11_15_02.sql index 0529c0e52e..35292230fe 100644 --- a/data/sql/updates/pending_db_world/rev_1730390397729810000.sql +++ b/data/sql/updates/db_world/2024_11_15_02.sql @@ -1,2 +1,3 @@ +-- DB update 2024_11_15_01 -> 2024_11_15_02 -- remove trigger flag from 26594 Spiritual Insight Transform UPDATE `creature_template` SET `flags_extra` = (`flags_extra` & ~128) WHERE (`entry` = 26594); |