diff options
| author | tkrokli <tkrokli@users.noreply.github.com> | 2017-08-06 08:10:48 +0200 |
|---|---|---|
| committer | tkrokli <tkrokli@users.noreply.github.com> | 2017-08-06 08:10:48 +0200 |
| commit | 8de9f1c3592e1c988842cedf8f9c6dd32f75ad33 (patch) | |
| tree | 106e0fc5f56185bc604097cd6d3c56392dab2de9 | |
| parent | 61fdbe57f206c42633b94b664b7ca67376cc28a3 (diff) | |
DB/Quest: Surveying the Ruins (10335): add missing RewardText, end half
http://www.wowhead.com/quest=10335/surveying-the-ruins
- Another quest_offer_reward.RewardText cut short, missing half of its content.
- Previous: 114 characters. Added: 115 characters. Full text: 229 characters.
| -rw-r--r-- | sql/updates/world/3.3.5/2017_08_06_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_08_06_02_world.sql b/sql/updates/world/3.3.5/2017_08_06_02_world.sql new file mode 100644 index 00000000000..a52a0923648 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_08_06_02_world.sql @@ -0,0 +1,4 @@ +-- Surveying the Ruins (quest ID 10335): add missing last half of RewardText +UPDATE `quest_offer_reward` + SET `RewardText`="You're not just pulling my bandage, right? That's most excellent news!$B$BNow that you've done the surveying grunt-work, I'll be able to take my team up to the ruins and see what's there to be procured.$B$BYou have my thanks, $c." + WHERE `Id`=10335; |
