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:
@@ -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);
|
||||
Reference in New Issue
Block a user