diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-12-23 13:07:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-23 13:07:49 +0100 |
commit | d42faefe9a8c1a3f805e34cf0985dcab109ff8f5 (patch) | |
tree | debddde14bb21e50a2ddb112d3754cc884bb2c6b | |
parent | ace8967e20a015d08a41f000de6c133ef1d8bfd1 (diff) |
Update 2016_12_23_00_world_335.sql
-rw-r--r-- | sql/updates/world/3.3.5/2016_12_23_00_world_335.sql | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/updates/world/3.3.5/2016_12_23_00_world_335.sql b/sql/updates/world/3.3.5/2016_12_23_00_world_335.sql index 8202b28c4d4..4e91d0efc01 100644 --- a/sql/updates/world/3.3.5/2016_12_23_00_world_335.sql +++ b/sql/updates/world/3.3.5/2016_12_23_00_world_335.sql @@ -1,4 +1,4 @@ -- -UPDATE `Creature` SET `position_z`=17.3676 WHERE `guid`=53620; -UPDATE `Creature` SET `position_z`=17.0995 WHERE `guid`=53618; -UPDATE `Creature` SET `position_z`=15.8220 WHERE `guid`=53646; +UPDATE `creature` SET `position_z`=17.3676 WHERE `guid`=53620; +UPDATE `creature` SET `position_z`=17.0995 WHERE `guid`=53618; +UPDATE `creature` SET `position_z`=15.8220 WHERE `guid`=53646; |