DB/Creature: Remove wrong gossips

Ref #22912
This commit is contained in:
Killyana
2019-01-10 15:07:09 +01:00
parent 33f61bd57e
commit b7a3affc0c

View File

@@ -0,0 +1,3 @@
--
UPDATE `creature_template` SET `gossip_menu_id`=0 WHERE `entry` = 733;
UPDATE `creature_template` SET `gossip_menu_id`=0, `npcflag` = `npcflag`&~1 WHERE `entry` = 3139;