diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-11-15 01:25:09 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-11-15 01:25:09 +0000 |
| commit | a27e4fc5035d04f1bb92ebaf14e354b15a21896c (patch) | |
| tree | c1c417dbcf85c2faae2285f44c1a0c6e2100d4bd | |
| parent | 388f18895d38940045bdd2c5d63661956efd6fea (diff) | |
chore(DB): import pending files
Referenced commit(s): 388f18895d38940045bdd2c5d63661956efd6fea
| -rw-r--r-- | data/sql/updates/db_world/2025_11_15_01.sql (renamed from data/sql/updates/pending_db_world/rev_1763150541109803900.sql) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1763150541109803900.sql b/data/sql/updates/db_world/2025_11_15_01.sql index bb6c9c5323..ae17324684 100644 --- a/data/sql/updates/pending_db_world/rev_1763150541109803900.sql +++ b/data/sql/updates/db_world/2025_11_15_01.sql @@ -1,2 +1,3 @@ +-- DB update 2025_11_15_00 -> 2025_11_15_01 -- fix spell focus location for quest 'Will of the Titans' UPDATE `gameobject` SET `position_x` = 5110.11, `position_y` = 5471.22, `position_z` = -91.84 WHERE `id` = 190781 AND `guid` = 99745; |
