diff options
author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-19 20:02:13 +0000 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-19 20:02:13 +0000 |
commit | dabee1e8634888a4d8bbf99bcf20e0342d42b9db (patch) | |
tree | fddffc105818021b2c2d250805e344afc71c10ba /data | |
parent | c2b5c4dcf8c2a5ae7790afd72d468caf9c5cd698 (diff) |
chore(DB): import pending files
Referenced commit(s): c2b5c4dcf8c2a5ae7790afd72d468caf9c5cd698
Diffstat (limited to 'data')
-rw-r--r-- | data/sql/updates/db_world/2025_09_19_05.sql (renamed from data/sql/updates/pending_db_world/rev_1758045296314496529.sql) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1758045296314496529.sql b/data/sql/updates/db_world/2025_09_19_05.sql index 80b264be5f..d9e6ffe53d 100644 --- a/data/sql/updates/pending_db_world/rev_1758045296314496529.sql +++ b/data/sql/updates/db_world/2025_09_19_05.sql @@ -1,3 +1,4 @@ +-- DB update 2025_09_19_04 -> 2025_09_19_05 -- UPDATE `creature_template` SET `unit_flags`=`unit_flags` | (256 | 512 | 33554432) WHERE `entry`IN (25458, 25769); UPDATE `creature_template` SET `unit_flags`=`unit_flags` | (256 | 512 | 32768 | 33554432) WHERE `entry` IN (25457); |