mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
DB/Creature: Fix Wretched Captive Orientation
For all branchs
This commit is contained in:
3
sql/updates/world/2016_01_01_00_world.sql
Normal file
3
sql/updates/world/2016_01_01_00_world.sql
Normal 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;
|
||||
Reference in New Issue
Block a user