From 4e4a999e49fc7a9d0b55e19bd77fffd59683621a Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 5 May 2020 03:29:55 +0200 Subject: DB/Spawn: Fix some under-map creature and gobs --- sql/updates/world/3.3.5/2020_05_04_06_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_05_04_06_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_05_04_06_world.sql b/sql/updates/world/3.3.5/2020_05_04_06_world.sql new file mode 100644 index 00000000000..5068386da81 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_05_04_06_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `gameobject` SET `position_z`=219.7 WHERE `guid` IN (160660,160760); +UPDATE `creature` SET `position_z`=219.50451 WHERE `guid` IN (110729); -- cgit v1.2.3