Advertisement
frenado05

Untitled

Jul 12th, 2023
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. -- https://tracker.legionbugs.com/view.php?id=26655
  2. UPDATE `quest_template_locale` SET `QuestCompletionLog` = 'Meet Spiritwalker Ebonhorn at the southern bluff of Thunder Totem.' WHERE `ID` = 38916 AND `locale` = 'enUS';
  3.  
  4. -- https://tracker.legionbugs.com/view.php?id=26691
  5. 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';
  6.  
  7. -- https://tracker.legionbugs.com/view.php?id=26656
  8. UPDATE `gossip_menu_option` SET `OptionBroadcastTextID` = 2583 WHERE `MenuID` = 10487 AND `OrderIndex` = 0;
  9.  
  10. -- https://tracker.legionbugs.com/view.php?id=26616
  11. UPDATE `quest_offer_reward` SET `RewardText` = 'I hope you find something you like!' WHERE `ID` = 38408;
  12. DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 38408;
  13. INSERT INTO `quest_offer_reward_locale` (`ID`, `Locale`, `OfferRewardText`, `VerifiedBuild`) VALUES
  14. (38408, 'ruRU', 'Надеюсь, ты найдешь что-нибудь себе по вкусу!', 0),
  15. (38408, 'enUS', 'I hope you find something you like!', 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement