diff options
author | Killyana <morphone1@gmail.com> | 2019-07-06 15:47:55 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-14 22:00:36 +0100 |
commit | 365f23dec673cccf4753217bda69e51853dbbfd3 (patch) | |
tree | 5cb1279f0e08da937e991bd1948ba82cad98dee3 | |
parent | 776298207a9522858af7b00ea2f5b0c65bbe049e (diff) |
DB/GameObject: Fix Ysida's Cage base position
(cherry picked from commit 5771e093788d6de4481e83d06771a6b30f61667d)
-rw-r--r-- | sql/updates/world/master/2021_12_14_04_world_2019_07_06_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_14_04_world_2019_07_06_00_world.sql b/sql/updates/world/master/2021_12_14_04_world_2019_07_06_00_world.sql new file mode 100644 index 00000000000..bc264df5a9f --- /dev/null +++ b/sql/updates/world/master/2021_12_14_04_world_2019_07_06_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gameobject` SET `position_x`=4044.34, `position_y`=-3334.22 WHERE `id`=181072 AND `guid`=1578; |