chore(DB): import pending files

Referenced commit(s): 5282ef7ff8
This commit is contained in:
AzerothCoreBot
2022-07-02 17:53:03 +00:00
parent 5282ef7ff8
commit ea453acec0

View File

@@ -0,0 +1,4 @@
-- DB update 2022_07_02_00 -> 2022_07_02_01
--
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|0x00200000 WHERE `entry` IN (29618,29619);
UPDATE `smart_scripts` SET `target_type`=23 WHERE `entryorguid`=29475 AND `source_type`=0 AND `id` IN (2,3);