DB/Misc: Fix some incorrect triggers

By dr-j, closes #11963
This commit is contained in:
Aokromes
2014-04-30 05:27:26 +02:00
parent fb36d551d0
commit 9ea2e6e663
@@ -0,0 +1,4 @@
--
UPDATE `creature_template` SET `flags_extra`=0 WHERE `entry`=21419;
UPDATE `creature_template` SET `flags_extra`=0 WHERE `entry`=29747;
UPDATE `gossip_menu_option` SET `option_id`=1, `npc_option_npcflag`=1 WHERE `menu_id`=8725 AND `id`=0;