mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
fix(DB/Creature): Dreadsaber & Shardhorn Rhino positioning (#2835)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1585996374442685300');
|
||||
|
||||
-- fix creatures come together and don't move randomly
|
||||
UPDATE `creature` SET `position_x`=5608.7485, `position_y`=5587.217, `position_z`=-88.64437, `wander_distance`=8, `MovementType`=1 WHERE `guid`=104560;
|
||||
UPDATE `creature` SET `position_x`=5659.1381, `position_y`=5556.411, `position_z`=-85.08512, `wander_distance`=8, `MovementType`=1 WHERE `guid`=104561;
|
||||
UPDATE `creature` SET `position_x`=5618.4741, `position_y`=5537.622, `position_z`=-88.30284, `wander_distance`=8, `MovementType`=1 WHERE `guid`=105391;
|
||||
UPDATE `creature` SET `position_x`=5638.1625, `position_y`=5495.338, `position_z`=-84.40144, `wander_distance`=8, `MovementType`=1 WHERE `guid`=105390;
|
||||
UPDATE `creature` SET `position_x`=5814.5957, `position_y`=5253.0585, `position_z`=-94.8729 WHERE `guid`=132681;
|
||||
UPDATE `creature` SET `position_x`=5815.2612, `position_y`=5248.3652, `position_z`=-81.3897 WHERE `guid`=132860;
|
||||
Reference in New Issue
Block a user