diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2018-12-09 03:49:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-09 03:49:53 +0100 |
commit | 2b332d570708e1cb762d008e3e487992272c5cd1 (patch) | |
tree | 88bac2737b5a8f7df8e295b412d311dbdcb264c3 | |
parent | e6f9f182019b1e194d840e78c4b2583b2b57b0bd (diff) |
Typò fix
-rw-r--r-- | sql/updates/world/3.3.5/2018_12_08_41_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/3.3.5/2018_12_08_41_world.sql b/sql/updates/world/3.3.5/2018_12_08_41_world.sql index ef137e1786f..6f63983e206 100644 --- a/sql/updates/world/3.3.5/2018_12_08_41_world.sql +++ b/sql/updates/world/3.3.5/2018_12_08_41_world.sql @@ -1,2 +1,2 @@ -- -UPDATE `creature` SET `position_x` = 2995.33, `position_y` = -3286.46, `position_z` = 158.186, `orientation` = 3.14159 WHERE `id` = 17303 +UPDATE `creature` SET `position_x` = 2995.33, `position_y` = -3286.46, `position_z` = 158.186, `orientation` = 3.14159 WHERE `id` = 17303; |