diff options
author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-16 23:23:35 +0000 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-16 23:23:35 +0000 |
commit | 11defa83c70519f3502d55963bc0067eb62b2ff5 (patch) | |
tree | b20e05fb02d38e20c0e261872c1026438b7b756a | |
parent | f0acf6e3f02432c14acf9aa928f3d8c1c62c18b2 (diff) |
chore(DB): import pending files
Referenced commit(s): f0acf6e3f02432c14acf9aa928f3d8c1c62c18b2
-rw-r--r-- | data/sql/updates/db_world/2025_09_16_06.sql (renamed from data/sql/updates/pending_db_world/rev_1758049497884332500.sql) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1758049497884332500.sql b/data/sql/updates/db_world/2025_09_16_06.sql index 3215025e60..9494da8f9f 100644 --- a/data/sql/updates/pending_db_world/rev_1758049497884332500.sql +++ b/data/sql/updates/db_world/2025_09_16_06.sql @@ -1,3 +1,4 @@ +-- DB update 2025_09_16_05 -> 2025_09_16_06 -- Update gameobject 'Sturdy Vine' with sniffed values -- updated spawns DELETE FROM `gameobject` WHERE (`id` IN (190622)) AND (`guid` IN (59679, 59680, 59681, 59682, 59683, 59684, 59685, 59686, 59687, 59688, 59689, 59690, 59691, 59692, 59693, 59694, 59695, 59696, 59697, 59698, 59699, 59700, 59701, 59702)); |