From 28a9fc954832a8b90a4f465b614477b88f1948d7 Mon Sep 17 00:00:00 2001 From: Nolt Date: Tue, 15 Feb 2022 16:04:49 +0100 Subject: [PATCH] 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> --- .../sql/updates/pending_db_world/rev_1642639045919873206.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1642639045919873206.sql diff --git a/data/sql/updates/pending_db_world/rev_1642639045919873206.sql b/data/sql/updates/pending_db_world/rev_1642639045919873206.sql new file mode 100644 index 000000000..7d5275954 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1642639045919873206.sql @@ -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;