diff options
author | Killyana <morphone1@gmail.com> | 2018-09-25 21:38:43 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-09-25 21:38:43 +0200 |
commit | 5fee6ec642e8b36ede1fc78b1afe402eab597e0b (patch) | |
tree | fc71f0becd3f18b1fca97afe31389d2f159f2e98 | |
parent | 0b0bbe43309462827adb0fb26ac92a7b4afd69ba (diff) |
DB/Spawn: Fix 2 undermap spawns
-rw-r--r-- | sql/updates/world/3.3.5/2018_09_25_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_09_25_01_world.sql b/sql/updates/world/3.3.5/2018_09_25_01_world.sql new file mode 100644 index 00000000000..27027840dfc --- /dev/null +++ b/sql/updates/world/3.3.5/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; |