fix(DB/creature): Move Megelon (#4539)

This commit is contained in:
Peter
2021-02-12 15:19:55 +01:00
committed by GitHub
parent 0e408971ff
commit 0ce7f8df2e

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1613048883163964726');
-- Move Megelon the Draenei starting NPC
UPDATE `creature` SET `position_x`=-3962, `position_y`=-13926.32, `position_z`=101.13,`orientation`=4.1889 WHERE `guid`=57173;