aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2016-01-01 16:56:22 +0100
committerKillyana <morphone1@gmail.com>2016-01-01 16:56:22 +0100
commitc812b0dbf5e5f8d64bb95c5ed63e22afeb3357ef (patch)
tree40543844a606cbb66dc37a512a924e84fd6d4922
parent55b3b1412556cf16762e5c3d45e78e1dabbde314 (diff)
DB/Creature: Fix Wretched Captive Orientation
For all branchs
-rw-r--r--sql/updates/world/2016_01_01_00_world.sql3
1 files changed, 3 insertions, 0 deletions
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;