DB/Creature: Restore wrongly removed flags

Ref #24983
This commit is contained in:
offl
2021-04-09 01:43:14 +03:00
parent fe38b78c87
commit 4d488b0c9b

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 0x00000040, `unit_flags` = 256 WHERE `entry` IN (18200,18180);