chore(DB): import pending files

Referenced commit(s): 01f34b2b34334440068106a3e92bcf19d3f74c9d
This commit is contained in:
github-actions[bot] 2025-01-18 11:27:23 +00:00
parent 01f34b2b34
commit c55346dbe3

View File

@ -1,3 +1,4 @@
-- DB update 2025_01_18_00 -> 2025_01_18_01
-- Change Unit Flags (IMMUNE_TO_PC, IMMUNE_TO_NPC)
UPDATE `creature_template` SET `unit_flags` = `unit_flags`|768 WHERE `entry` IN (25465);