Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- https://tracker.legionbugs.com/view.php?id=26655
- UPDATE `quest_template_locale` SET `QuestCompletionLog` = 'Meet Spiritwalker Ebonhorn at the southern bluff of Thunder Totem.' WHERE `ID` = 38916 AND `locale` = 'enUS';
- -- https://tracker.legionbugs.com/view.php?id=26691
- UPDATE `quest_template_locale` SET `QuestCompletionLog` = 'Report to Saurboz at the Fold in Stonetalon Mountains to join the Krom\'gar army.' WHERE `ID` = 25945 AND `locale` = 'enUS';
- -- https://tracker.legionbugs.com/view.php?id=26656
- UPDATE `gossip_menu_option` SET `OptionBroadcastTextID` = 2583 WHERE `MenuID` = 10487 AND `OrderIndex` = 0;
- -- https://tracker.legionbugs.com/view.php?id=26616
- UPDATE `quest_offer_reward` SET `RewardText` = 'I hope you find something you like!' WHERE `ID` = 38408;
- DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 38408;
- INSERT INTO `quest_offer_reward_locale` (`ID`, `Locale`, `OfferRewardText`, `VerifiedBuild`) VALUES
- (38408, 'ruRU', 'Надеюсь, ты найдешь что-нибудь себе по вкусу!', 0),
- (38408, 'enUS', 'I hope you find something you like!', 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement