aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-10-03 02:34:32 +0300
committeroffl <offl@users.noreply.github.com>2020-10-03 02:34:32 +0300
commit57775239daef1866c7c07f08f015a3b0a9629f41 (patch)
tree78e40b911bf2ba3ce5b646e23d32da8a339bb770
parent9505e5de8ed824771e60f3c4d561d473932c64d6 (diff)
DB/Gameobject: Fix spawn position of Ooze Covered Mithril Deposit
Closes #25509
-rw-r--r--sql/updates/world/3.3.5/2020_10_03_02_world_335.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_10_03_02_world_335.sql b/sql/updates/world/3.3.5/2020_10_03_02_world_335.sql
new file mode 100644
index 00000000000..7313b063d7f
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_10_03_02_world_335.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `gameobject` SET `map` = 1, `position_x` = -5357, `position_y` = 72.272 WHERE `guid` = 15430 AND `id` = 123310;