DB/Creature: Remove wrong CREATURE_TYPEFLAGS_FORCE_GOSSIP

Closes #20408
3.3.5 Only
This commit is contained in:
Wyreth
2017-10-29 21:29:29 +01:00
committed by Aokromes
parent ee1bade53b
commit 1a085a3466

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `type_flags`=`type_flags`&~134217728 WHERE `npcflag`>16 AND `gossip_menu_id`!= 0 AND `type_flags`&134217728;