mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 23:26:23 +00:00
fix(DB/Creature) Highperch Soarer (#10253)
* fix Highperch Soarer * fixed movement * proper spawn - retail * little modification Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1642639045919873206');
|
||||
|
||||
#closes #10227
|
||||
UPDATE `creature` SET `position_x`=-5026.72, `position_y`=-949.15, `position_z`=61.9471, `orientation`=4.07623 WHERE `guid`=21706;
|
||||
UPDATE `creature` SET `position_x`=-5195.02, `position_y`=-1213.47, `position_z`=116.165, `orientation`=1.10743, `MovementType`=0 WHERE `guid`=21708;
|
||||
Reference in New Issue
Block a user