chore(DB): import pending files

Referenced commit(s): 0f08b6e8ab
This commit is contained in:
github-actions[bot]
2025-08-19 12:06:59 +00:00
parent 0f08b6e8ab
commit a19dc17cc5

View File

@@ -1,3 +1,4 @@
-- DB update 2025_08_18_01 -> 2025_08_19_00
-- Remove Unit Flags from Roanauk Icemist (IMMUNE_TO_PC, IMMUNE_TO_NPC)
UPDATE `creature_template` SET `unit_flags` = `unit_flags` &~(256|512) WHERE (`entry` = 26654);