diff options
author | illfated <illfated@users.noreply.github.com> | 2021-05-08 16:09:52 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2021-05-08 16:09:52 +0300 |
commit | 8182ace9f441b045864e74af83ece8596a066a09 (patch) | |
tree | 87d4a6f40f392917568216e2d7a9428d9cdc1371 /sql/updates | |
parent | e43be61b5ec70c3a546eda1e062d3d9b85d2a8f7 (diff) |
DB/GameObject: Fix z-position of one Wild Mustard
Closes #26516
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/3.3.5/2021_05_08_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_05_08_00_world.sql b/sql/updates/world/3.3.5/2021_05_08_00_world.sql new file mode 100644 index 00000000000..b2ab67ad7d9 --- /dev/null +++ b/sql/updates/world/3.3.5/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; |