fix(DB/Creature): Npc 1568 spawn position (#12519)

This commit is contained in:
schell244
2022-08-01 22:19:17 +02:00
committed by GitHub
parent 7d0161d26e
commit f0df7edee0

View File

@@ -0,0 +1,2 @@
-- Undertaker Mordo https://classic.wowhead.com/npc=1568/undertaker-mordo
UPDATE `creature` SET `position_x` = 1671.89,`position_y` = 1678.29,`position_z` = 120.802, `orientation` = 0.0349066 WHERE `id1` = 1568;