fix(DB/Creature): npc positions (#3376)

This commit is contained in:
Stefano Borzì
2020-10-08 14:55:31 +02:00
committed by GitHub
parent df9c1df334
commit 3368e0f8aa

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1598710166600374331');
UPDATE `creature` SET `position_x`=-7249.024, `position_y`=-937.411, `position_z`=168.396, `orientation`=4.995 WHERE `guid`=5231;
UPDATE `creature` SET `position_x`=-7249.391, `position_y`=-939.451, `position_z`=168.207, `orientation`=0.638 WHERE `guid`=5848;
UPDATE `creature` SET `position_x`=-7276.807, `position_y`=-877.667, `position_z`=169.758, `orientation`=3.428 WHERE `guid`=5747;
UPDATE `creature` SET `position_x`=-7279.149, `position_y`=-877.149, `position_z`=169.645, `orientation`=6.164 WHERE `guid`=3756;