DB/Misc: Disable movement flag updates for Onyxia and let script handle them

Ref https://github.com/TrinityCore/TrinityCore/pull/24875#issuecomment-692626339 https://github.com/TrinityCore/TrinityCore/pull/25460

(cherry picked from commit 603844f67bcdd594ec4613ed10b674856b194159)
This commit is contained in:
faq
2022-02-27 00:28:25 +01:00
committed by Shauren
parent 513eb0acb9
commit c8c456a7dc
@@ -0,0 +1,3 @@
-- Disable movement flag updates for Onyxia and let script handle them
UPDATE `creature_template` SET `flags_extra` = `flags_extra`| 0x200 WHERE `entry` IN (10184, 36538);
UPDATE `creature_template_movement` SET `Flight`= 0 WHERE `CreatureId` IN (10184, 36538);