chore(DB): import pending files

Referenced commit(s): 7916db5b2f
This commit is contained in:
github-actions[bot]
2025-02-07 14:53:00 +00:00
parent 7916db5b2f
commit 4b8e94924d

View File

@@ -0,0 +1,3 @@
-- DB update 2025_02_07_02 -> 2025_02_07_03
-- Setting the 'CREATURE_FLAG_EXTRA_CIVILIAN' flag
UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 2 WHERE `entry` = 27064;