From f91ba9c2a8ec2131df865f7490366288cec1bc91 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sun, 5 Feb 2017 19:54:09 +0100 Subject: DB/creature: Restore position for two Wrath Masters changed in a previous commit --- sql/updates/world/3.3.5/2017_02_05_03_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_02_05_03_world.sql (limited to 'sql') 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; -- cgit v1.2.3