mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
fix(DB/Creature): npc positions (#3376)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user