Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions data/sql/updates/pending_db_world/rev_1764222370793190215.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
-- Fix Quest 12521 "Where in the World is Hemet Nesingwary?" flying machine issues
-- https://github.com/azerothcore/azerothcore-wotlk/issues/21494

-- Increase flight speed from 1.0 to 3.0 (flying creatures use speed_run for flight)
UPDATE `creature_template` SET `speed_run` = 3 WHERE `entry` = 28192;

-- Fix orientation so the flying machine faces INTO the portal instead of away from it
UPDATE `smart_scripts` SET `target_o` = -1.5984 WHERE `entryorguid` = 2819200 AND `source_type` = 9 AND `id` = 2;