aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2021-10-16 18:52:43 +0300
committeroffl <offl@users.noreply.github.com>2021-10-16 18:52:43 +0300
commit9c6cfe1727600b06ea949bfe29eae9d0ba94dc76 (patch)
tree643ce69793116fa7d4701dde74f4660599ec3261
parent3387cd74bafa98bc900833feefa99680618fb199 (diff)
DB/Creature: Fix position of Grinkle
Credit: vmangos
-rw-r--r--sql/updates/world/3.3.5/2021_10_16_05_world.sql2
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;