fix(DB/creature): Move Megelon (#4539)
This commit is contained in:
parent
0e408971ff
commit
0ce7f8df2e
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue