chore(DB): import pending files

Referenced commit(s): 60e70ac81f
This commit is contained in:
AzerothCoreBot
2022-07-25 23:35:02 +00:00
parent 60e70ac81f
commit a3474b0772

View File

@@ -0,0 +1,7 @@
-- DB update 2022_07_25_06 -> 2022_07_25_07
-- Ossirian immune to Taunt
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|256 WHERE `entry`=15339;
-- Sand Vortex UNIT_FLAG_NOT_SELECTABLE
UPDATE `creature_template` SET `unit_flags`=`unit_flags`|33554432 WHERE `entry`=15428;