diff options
author | offl <offl@users.noreply.github.com> | 2021-10-16 18:52:43 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2021-10-16 18:52:43 +0300 |
commit | 9c6cfe1727600b06ea949bfe29eae9d0ba94dc76 (patch) | |
tree | 643ce69793116fa7d4701dde74f4660599ec3261 | |
parent | 3387cd74bafa98bc900833feefa99680618fb199 (diff) |
DB/Creature: Fix position of Grinkle
Credit: vmangos
-rw-r--r-- | sql/updates/world/3.3.5/2021_10_16_05_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_10_16_05_world.sql b/sql/updates/world/3.3.5/2021_10_16_05_world.sql new file mode 100644 index 00000000000..b0d7fb5a31e --- /dev/null +++ b/sql/updates/world/3.3.5/2021_10_16_05_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `position_x` = 1592.61, `position_y` = -4416.82, `position_z` = 9.39869, `orientation` = 2.94961 WHERE `id` = 15116; |