DB/Creature: Remove UnitFlags2 0x00200000, added in MoP

Ref #25764
This commit is contained in:
offl
2021-08-23 01:53:12 +03:00
parent 2f02c2fb86
commit 94af395437

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `unit_flags2` = `unit_flags2` &~ 0x00200000 WHERE `unit_flags2` & 0x00200000;