diff options
author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-11-09 12:01:34 +0000 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-11-09 12:01:34 +0000 |
commit | 80a9af02d697a1d88db0ee9b75d6a09649fa146c (patch) | |
tree | f5b0b0c7a73a4c59c78811ffa7367ab70a9df4b2 /data | |
parent | f13bc5d7f77cef42aee6067f94d217496c6f37c7 (diff) |
chore(DB): import pending files
Referenced commit(s): f13bc5d7f77cef42aee6067f94d217496c6f37c7
Diffstat (limited to 'data')
-rw-r--r-- | data/sql/updates/db_world/2024_11_09_01.sql (renamed from data/sql/updates/pending_db_world/rev_1730874923490368506.sql) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1730874923490368506.sql b/data/sql/updates/db_world/2024_11_09_01.sql index ea3f1d0c2a..3b42236604 100644 --- a/data/sql/updates/pending_db_world/rev_1730874923490368506.sql +++ b/data/sql/updates/db_world/2024_11_09_01.sql @@ -1 +1,2 @@ +-- DB update 2024_11_09_00 -> 2024_11_09_01 UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` & ~(33554432 | 67108864) WHERE `entry` = 5855; |