fix(DB/Creature): TBC Gas Clouds shouldn't be selectable (#14072)

Create rev_1670203739787100600.sql
This commit is contained in:
Gultask
2022-12-06 09:09:32 -03:00
committed by GitHub
parent b9ea8b16af
commit c9e248e834

View File

@@ -0,0 +1,2 @@
-- NOT_SELECTABLE, IMMUNE_TO_PC, IMMUNE_TO_NPC
UPDATE `creature_template` SET `unit_flags`=`unit_flags`|33555200 WHERE `entry` IN (24222, 17378, 17407, 17408);