mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-11-10 12:24:22 +08:00
chore(DB): import pending files
Referenced commit(s): 1dc05a5254bca833cae73dc2e6a155fd9fa46d66
This commit is contained in:
parent
1dc05a5254
commit
695448a7b4
@ -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);
|
||||
Loading…
x
Reference in New Issue
Block a user