diff options
author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-20 12:21:53 +0000 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-20 12:21:53 +0000 |
commit | d60d9702058d5ab8aee4d51d020a041b67a98f4d (patch) | |
tree | a78dfd26d1be5fde9b380414bc662e7b4ebe91c5 /data/sql/updates | |
parent | e549ce25de84419b474e13826a7fdc456a8f62b3 (diff) |
chore(DB): import pending files
Referenced commit(s): e549ce25de84419b474e13826a7fdc456a8f62b3
Diffstat (limited to 'data/sql/updates')
-rw-r--r-- | data/sql/updates/db_world/2025_09_20_03.sql (renamed from data/sql/updates/pending_db_world/Deactive_Force_Dest.sql) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/Deactive_Force_Dest.sql b/data/sql/updates/db_world/2025_09_20_03.sql index c829bf44a0..7ee1cb9f74 100644 --- a/data/sql/updates/pending_db_world/Deactive_Force_Dest.sql +++ b/data/sql/updates/db_world/2025_09_20_03.sql @@ -1,3 +1,4 @@ +-- DB update 2025_09_20_02 -> 2025_09_20_03 -- Deactive "Force Destination" DELETE FROM `smart_scripts` WHERE (`entryorguid` = 2576000) AND (`source_type` = 9) AND (`id` IN (1)); |