mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
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:
@@ -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