From 284e0d9bb64b3d0547326d501633949c5eb1720b Mon Sep 17 00:00:00 2001 From: Kittnz Date: Tue, 18 Oct 2016 22:42:39 +0200 Subject: 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 (limited to 'sql/updates') 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; -- cgit v1.2.3