chore(DB): import pending files

Referenced commit(s): 7f9cdda17b
This commit is contained in:
AzerothCoreBot
2023-06-24 11:25:40 +00:00
parent 7f9cdda17b
commit a9a0da0913

View File

@@ -1,2 +1,3 @@
-- DB update 2023_06_24_00 -> 2023_06_24_01
-- Add extra flag 33554432 to several skeleton creatures in Auchenai Crypts to avoid chain pulling
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|33554432 WHERE (`entry` IN (18700, 20317, 18521, 20315, 18524, 20298));