From 4d2a64cdf204258e5393b0ae8bede96791f8ea0e Mon Sep 17 00:00:00 2001 From: Kittnz Date: Wed, 3 May 2017 12:18:50 +0200 Subject: [PATCH] DB/Creature: Set correct Position Z height of some more Orgrimmar NPCs --- sql/updates/world/3.3.5/2017_05_03_00_world_335.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_05_03_00_world_335.sql diff --git a/sql/updates/world/3.3.5/2017_05_03_00_world_335.sql b/sql/updates/world/3.3.5/2017_05_03_00_world_335.sql new file mode 100644 index 00000000000..7cc4d899259 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_05_03_00_world_335.sql @@ -0,0 +1,7 @@ +-- Update more Orgrimmar positions +UPDATE `creature` SET `position_z`=23.4949 WHERE `guid`=86237; +UPDATE `creature` SET `position_z`=50.5901 WHERE `guid`=6614; +UPDATE `creature` SET `position_z`=50.7744 WHERE `guid`=6615; +UPDATE `creature` SET `position_z`=49.9817 WHERE `guid`=6616; +UPDATE `creature` SET `position_z`=49.9269 WHERE `guid`=6619; +UPDATE `creature` SET `position_z`=50.3412 WHERE `guid`=4677;