chore(DB): import pending files

Referenced commit(s): 66ede70908
This commit is contained in:
github-actions[bot] 2026-04-15 11:03:25 +00:00
parent 854b9832eb
commit 1aac318401

View file

@ -1,2 +1,3 @@
-- DB update 2026_04_14_00 -> 2026_04_15_00
-- Erekem Guards: add UNIT_FLAG_IMMUNE_TO_PC (0x100)
UPDATE `creature_template` SET `unit_flags` = `unit_flags` | 0x100 WHERE `entry` IN (29395, 31513);