chore(DB): import pending files

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

View File

@ -1,2 +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;