DB/Creature: Fix Wretched Captive Orientation

For all branchs
This commit is contained in:
Killyana
2016-01-01 16:56:22 +01:00
parent 55b3b14125
commit c812b0dbf5

View File

@@ -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;