diff options
author | Killyana <morphone1@gmail.com> | 2018-09-25 21:38:43 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-12 00:16:29 +0100 |
commit | 46d92f2eb565a762dcdaa06452316e39cb10e090 (patch) | |
tree | d55821993172d02bd677961ab86c64c396d2a392 | |
parent | c8538bcc67041bbdbf0524023aeac3b8487d1a60 (diff) |
DB/Spawn: Fix 2 undermap spawns
(cherry picked from commit 5fee6ec642e8b36ede1fc78b1afe402eab597e0b)
-rw-r--r-- | sql/updates/world/master/2021_11_11_11_world_2018_09_25_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_11_11_world_2018_09_25_01_world.sql b/sql/updates/world/master/2021_11_11_11_world_2018_09_25_01_world.sql new file mode 100644 index 00000000000..27027840dfc --- /dev/null +++ b/sql/updates/world/master/2021_11_11_11_world_2018_09_25_01_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `gameobject` SET `position_z`=135.384 WHERE `guid`= 24824; +UPDATE `creature` SET `position_z`=135.384 WHERE `guid`= 70040; |