diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-07-10 11:40:59 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-05 16:33:04 +0100 |
| commit | c016de4d149910e288b2fa8b2b6464af1be34fe8 (patch) | |
| tree | 2475d1e5dab1188193e22cd9cb61284eb751daf6 | |
| parent | 1a788ab226ac61457d091971fdcbd53f34b85394 (diff) | |
DB/Texts: fix texts for two quests and one item
(cherry picked from commit 0c15241a35f9e69b5d96678b02d4ac90f87a14cb)
| -rw-r--r-- | sql/updates/world/master/2017_02_05_06_world_2016_07_10_04_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_05_06_world_2016_07_10_04_world.sql b/sql/updates/world/master/2017_02_05_06_world_2016_07_10_04_world.sql new file mode 100644 index 00000000000..343b4585da9 --- /dev/null +++ b/sql/updates/world/master/2017_02_05_06_world_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; |
