diff options
author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-11 22:01:32 +0000 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-11 22:01:32 +0000 |
commit | 5291f30422a0a2318ae6ca17204964487493af73 (patch) | |
tree | 03e291952976babf7719d4869cd05f322e7bb8a6 | |
parent | 3400f919b7010554791a11fc6d0e6bc77a4d6685 (diff) |
chore(DB): import pending files
Referenced commit(s): 3400f919b7010554791a11fc6d0e6bc77a4d6685
-rw-r--r-- | data/sql/updates/db_world/2025_09_11_03.sql (renamed from data/sql/updates/pending_db_world/Oculus_formations.sql) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/Oculus_formations.sql b/data/sql/updates/db_world/2025_09_11_03.sql index 3450cc892e..ce22f39f03 100644 --- a/data/sql/updates/pending_db_world/Oculus_formations.sql +++ b/data/sql/updates/db_world/2025_09_11_03.sql @@ -1,3 +1,4 @@ +-- DB update 2025_09_11_02 -> 2025_09_11_03 -- Add Creature Formations DELETE FROM `creature_formations` WHERE (`LeaderGUID` IN (101902, 101916, 101917, 101918, 101919, 101937)); |