chore(DB): import pending files

Referenced commit(s): 814a8695d5
This commit is contained in:
AzerothCoreBot
2022-09-21 17:01:42 +00:00
parent 814a8695d5
commit 62674c73a8

View File

@@ -0,0 +1,6 @@
-- DB update 2022_09_21_04 -> 2022_09_21_05
--
UPDATE `creature` SET `phaseMask`=16 WHERE `guid` IN (246011,246009);
UPDATE `creature` SET `phaseMask`=8 WHERE `guid` IN (246036,246098);
UPDATE `creature_template` SET `unit_flags`=`unit_flags`|770 WHERE `entry` IN (15072,15065,15066,15071);