From 46d92f2eb565a762dcdaa06452316e39cb10e090 Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 25 Sep 2018 21:38:43 +0200 Subject: DB/Spawn: Fix 2 undermap spawns (cherry picked from commit 5fee6ec642e8b36ede1fc78b1afe402eab597e0b) --- sql/updates/world/master/2021_11_11_11_world_2018_09_25_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2021_11_11_11_world_2018_09_25_01_world.sql (limited to 'sql') 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; -- cgit v1.2.3