From 1552fc93bcf1484b2e94c0d339471930bd45f747 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 (cherry picked from commit c812b0dbf5e5f8d64bb95c5ed63e22afeb3357ef) --- sql/updates/world/2016_01_17_19_world_2016_01_01_00.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2016_01_17_19_world_2016_01_01_00.sql (limited to 'sql') diff --git a/sql/updates/world/2016_01_17_19_world_2016_01_01_00.sql b/sql/updates/world/2016_01_17_19_world_2016_01_01_00.sql new file mode 100644 index 00000000000..38991837113 --- /dev/null +++ b/sql/updates/world/2016_01_17_19_world_2016_01_01_00.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