diff options
author | Killyana <morphone1@gmail.com> | 2017-02-05 19:54:09 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2017-02-05 19:54:09 +0100 |
commit | f91ba9c2a8ec2131df865f7490366288cec1bc91 (patch) | |
tree | 784dce9b61e14ba545ec0017d4be9fdad7033a9f | |
parent | 10afe65edc9a7fbbc672448d1795c067858b2bd2 (diff) |
DB/creature: Restore position for two Wrath Masters changed in a previous commit
-rw-r--r-- | sql/updates/world/3.3.5/2017_02_05_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_02_05_03_world.sql b/sql/updates/world/3.3.5/2017_02_05_03_world.sql new file mode 100644 index 00000000000..28c4cd4fb74 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_02_05_03_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature` SET `position_x`=-99.78, `position_y`=1892.9, `position_z`=77.35 WHERE `guid`=68313; +UPDATE `creature` SET `position_x`=-276.43, `position_y`=1529.1, `position_z`=31.8 WHERE `guid`=68311; |