DB/Creature: Remove random untargetable flag from a dragonkin in Crystalsong Forest. Sniff confirms flag is incorrect.

This commit is contained in:
treeston
2016-08-24 00:46:25 +02:00
parent c5904a5430
commit eda05a636e

View File

@@ -0,0 +1,2 @@
-- fix random incorrect unit flag on dragonkin type
UPDATE `creature_template` SET `unit_flags`=(`unit_flags`&~(0x100|0x200|0x2000000)) WHERE `entry`=31403;