diff options
author | SnapperRy <snapperryen@gmail.com> | 2016-07-10 11:40:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-10 11:40:59 +0200 |
commit | 0c15241a35f9e69b5d96678b02d4ac90f87a14cb (patch) | |
tree | c1555b4c7e98e8cf169e28e02d18cc036a5239b3 | |
parent | 23b6991273bac4ee9d7cf1b4ac3b9a92e0a7300e (diff) |
DB/Texts: fix texts for two quests and one item
-rw-r--r-- | sql/updates/world/3.3.5/2016_07_10_04_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_07_10_04_world.sql b/sql/updates/world/3.3.5/2016_07_10_04_world.sql new file mode 100644 index 00000000000..343b4585da9 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_07_10_04_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `quest_offer_reward` SET `RewardText`="Ah, a new bundle of hides. I will get to work on these immediately!$B$BThank you, $Gbrother:sister;. You have done me a great service. Here are some coins to pay for your time and travel costs." WHERE `ID`=6362; +UPDATE `quest_offer_reward` SET `RewardText`="This troll tablet must be the \"secret\" that Rin'ji was talking about.$B$BCovered with strange markings, you can not decipher what the tablet says." WHERE `ID`=2742; +UPDATE `page_text` SET `Text`="Mr. Fizzlebub,$B$BThe beverage you gave my associate was a huge success. Not only is the drink strong, causing a huge dulling of wits, it seems to have an addictive quality. I'm sure those who have tried it will crave more.$B$BWe are indebted to you, Crank.$B$BAnd I invite you to come to Shimmering Flats, or to send a confidante, to take advantage of the new gambling opportunities we have here.$B$B--Kravel" WHERE `ID`=440; |