From c812b0dbf5e5f8d64bb95c5ed63e22afeb3357ef Mon Sep 17 00:00:00 2001 From: Killyana Date: Fri, 1 Jan 2016 16:56:22 +0100 Subject: DB/Creature: Fix Wretched Captive Orientation For all branchs --- sql/updates/world/2016_01_01_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2016_01_01_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/2016_01_01_00_world.sql b/sql/updates/world/2016_01_01_00_world.sql new file mode 100644 index 00000000000..38991837113 --- /dev/null +++ b/sql/updates/world/2016_01_01_00_world.sql @@ -0,0 +1,3 @@ +-- Wretched Captive +UPDATE `waypoint_data` SET `orientation`=4.212851 WHERE `id`=586910; +UPDATE `creature` SET `orientation`=4.212851 WHERE `guid`=58691; -- cgit v1.2.3