DB/Misc: Add missing gossip option text for Brassbolt Mechawrench and Reginald Arcfire

Replace vendor of the brewfest condition by achievement instead of quest
This commit is contained in:
Killyana
2015-11-09 14:49:15 +01:00
parent 7c238cdefa
commit e1d442cf7d

View File

@@ -0,0 +1,5 @@
--
UPDATE `gossip_menu_option` SET `option_text`="What's on the auction house today?", `OptionBroadcastTextID`=35877 WHERE `menu_id`=10656 AND id=0;
UPDATE `conditions` SET `ConditionTypeOrReference`=17, `ConditionValue1`=2796, `comment`="Only allow players who have the achievement Brew of the Month to access vendor" WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9549 AND `ElseGroup`=0;
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9549 AND `ElseGroup`=2;