aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorillfated <illfated@users.noreply.github.com>2021-05-08 16:09:52 +0300
committerShauren <shauren.trinity@gmail.com>2022-03-09 14:23:49 +0100
commitccd3c4b2a75e57e3a5421db34f49dce523a8cffb (patch)
treee75ef7e0eb1f67f2d1912f593a888be32053392d
parent62147d2c52d29126211b9ddcf3c4d3c27b35568f (diff)
DB/GameObject: Fix z-position of one Wild Mustard
Closes #26516 (cherry picked from commit 8182ace9f441b045864e74af83ece8596a066a09)
-rw-r--r--sql/updates/world/master/2022_03_09_23_world_2021_05_08_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_09_23_world_2021_05_08_00_world.sql b/sql/updates/world/master/2022_03_09_23_world_2021_05_08_00_world.sql
new file mode 100644
index 00000000000..b2ab67ad7d9
--- /dev/null
+++ b/sql/updates/world/master/2022_03_09_23_world_2021_05_08_00_world.sql
@@ -0,0 +1,2 @@
+-- Wild Mustard moved above ground
+UPDATE `gameobject` SET `position_z`= 640.9478759765625 WHERE `id`=192827 AND `guid`=57480;