diff options
author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-26 13:34:52 +0000 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-26 13:34:52 +0000 |
commit | de72325b0aab41299c094c262c99b2618d1e4c63 (patch) | |
tree | 762d3ae56933e1274f49e964bc05071c3d714ec5 /data | |
parent | ef2f9e0aced7891257fd907ad351ccf0f0cd54b3 (diff) |
chore(DB): import pending files
Referenced commit(s): ef2f9e0aced7891257fd907ad351ccf0f0cd54b3
Diffstat (limited to 'data')
-rw-r--r-- | data/sql/updates/db_world/2025_09_26_01.sql (renamed from data/sql/updates/pending_db_world/Crusader_pm.sql) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/Crusader_pm.sql b/data/sql/updates/db_world/2025_09_26_01.sql index 4da56b44eb..01e8ae1e59 100644 --- a/data/sql/updates/pending_db_world/Crusader_pm.sql +++ b/data/sql/updates/db_world/2025_09_26_01.sql @@ -1,3 +1,4 @@ +-- DB update 2025_09_26_00 -> 2025_09_26_01 -- Remove Phase Mask 1 and add Phasemask 2. UPDATE `creature` SET `phaseMask` = `phaseMask` &~1 | 2 WHERE `id1` = 28529 AND `guid` IN (128641,128697); |