diff options
author | offl <offl@users.noreply.github.com> | 2020-11-30 03:08:02 +0200 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2020-11-30 03:08:02 +0200 |
commit | 6b7267ba328f24da1daadebf6a77712c086948c8 (patch) | |
tree | a437cf1c38142fdeb6d7e7200b0a9c0e30e1e6ec | |
parent | db8f2eadd445983689b14dc76530a3c7f992d9df (diff) |
DB/Gameobject: Fix position of Goldthorn
Closes #25681
-rw-r--r-- | sql/updates/world/3.3.5/2020_11_30_07_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_11_30_07_world_335.sql b/sql/updates/world/3.3.5/2020_11_30_07_world_335.sql new file mode 100644 index 00000000000..d09a433216d --- /dev/null +++ b/sql/updates/world/3.3.5/2020_11_30_07_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gameobject` SET `position_z` = 249.874 WHERE `guid` = 8985 AND `id` = 2046; |