From e81146c0708751bafca198780813b5bdbedf2dd0 Mon Sep 17 00:00:00 2001 From: Kittnz Date: Tue, 18 Oct 2016 22:42:39 +0200 Subject: [PATCH] DB/Creature: Set correct Position Z height of Orc Commoner in Orgrimmar --- sql/updates/world/3.3.5/2016_10_18_03_world_335.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_10_18_03_world_335.sql diff --git a/sql/updates/world/3.3.5/2016_10_18_03_world_335.sql b/sql/updates/world/3.3.5/2016_10_18_03_world_335.sql new file mode 100644 index 00000000000..2655317d4b8 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_18_03_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `position_z`=10.3933 WHERE `guid`=134982;