chore(DB): import pending files

Referenced commit(s): 40b80ebe95
This commit is contained in:
github-actions[bot]
2026-07-16 11:56:50 +00:00
parent 40b80ebe95
commit 448f07f06e

View File

@@ -1,3 +1,4 @@
-- DB update 2026_07_16_00 -> 2026_07_16_01
-- Aerial Command Unit: hover height and flags to match TDB (hover-based chase)
-- 256 = UNIT_FLAG_IMMUNE_TO_PC (cleared by script at phase start), 512 = CREATURE_FLAG_EXTRA_NO_MOVE_FLAGS_UPDATE
UPDATE `creature_template` SET `HoverHeight` = 15, `unit_flags` = `unit_flags`|256, `flags_extra` = `flags_extra`|512 WHERE `entry` IN (33670, 34109);