diff options
author | Killyana <morphone1@gmail.com> | 2016-12-23 12:25:17 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2016-12-23 12:25:17 +0100 |
commit | ace8967e20a015d08a41f000de6c133ef1d8bfd1 (patch) | |
tree | 8bd6f6ba754ec9c31c688fafbfa710ae62f82cd3 | |
parent | dbd567799f47cea46cdf4f1fb3dc61960fd283ab (diff) |
DB/Creature: Fix Z axis for some Winter Veil npcs
Closes #18502
3.3.5 Only
-rw-r--r-- | sql/updates/world/3.3.5/2016_12_23_00_world_335.sql | 4 |
1 files changed, 4 insertions, 0 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 new file mode 100644 index 00000000000..8202b28c4d4 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_12_23_00_world_335.sql @@ -0,0 +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; |