chore(DB): import pending files

Referenced commit(s): 1dc05a5254bca833cae73dc2e6a155fd9fa46d66
This commit is contained in:
github-actions[bot] 2025-11-06 06:50:48 +00:00
parent 1dc05a5254
commit 695448a7b4

View File

@ -1,3 +1,4 @@
-- DB update 2025_11_05_00 -> 2025_11_06_00
-- Remove NPC Flag, Unit Flag and set RegenHealth
UPDATE `creature_template` SET `npcflag` = `npcflag` &~ 16777216, `unit_flags` = `unit_flags` &~ 2, `RegenHealth` = 1 WHERE (`entry` = 28782);