mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
fix(DB/creature): Adjust xyz position for multiple creatures in Wailing Caverns (#5163)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1617688597765131400');
|
||||
|
||||
-- Evolving Ectoplasm
|
||||
UPDATE `creature` SET `position_z`=-57.160, `orientation`=1.591200 WHERE `guid`=86047;
|
||||
|
||||
-- Druid of the Fang
|
||||
UPDATE `creature` SET `position_x`=-96.488, `position_y`=-262.308, `position_z`=-55.424, `orientation`=0.929340 WHERE `guid`=86048;
|
||||
|
||||
-- Evolving Ectoplasm
|
||||
UPDATE `creature` SET `position_x`=-75.639, `position_y`=-142.529, `position_z`=-79.219, `orientation`=5.664870 WHERE `guid`=85900;
|
||||
|
||||
-- Deviate Shambler
|
||||
UPDATE `creature` SET `position_x`=-69.525, `position_z`=-79.287, `orientation`=5.113810 WHERE `guid`=52598;
|
||||
|
||||
Reference in New Issue
Block a user