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 603844f67b)
This commit is contained in:
faq
2020-09-18 17:24:02 +03:00
committed by Shauren
parent 513eb0acb9
commit c8c456a7dc

View File

@@ -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);