aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2016-01-01 16:56:22 +0100
committerMitchesD <majklprofik@seznam.cz>2016-01-17 14:16:02 +0100
commit1552fc93bcf1484b2e94c0d339471930bd45f747 (patch)
treea5f749a13a036de8f420cdf0d926ddeba5bad4a8
parent3294071c79c25933c49cb03565f57e62e0b3f327 (diff)
DB/Creature: Fix Wretched Captive Orientation
For all branchs (cherry picked from commit c812b0dbf5e5f8d64bb95c5ed63e22afeb3357ef)
-rw-r--r--sql/updates/world/2016_01_17_19_world_2016_01_01_00.sql3
1 files changed, 3 insertions, 0 deletions
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;