fix(DB/creature): Move Undertaker Mordo (#4548)

This commit is contained in:
Peter 2021-02-12 16:13:09 +01:00 committed by GitHub
parent 61c0e5abb0
commit 4d10278770
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1613071309294888253');
-- Move Undertaker Mordo
UPDATE `creature` SET `position_x`=1671.25, `position_y`=1678.31, `position_z`=120.72,`orientation`=0.051 WHERE `guid`=29803;