diff options
| author | tkrokli <tkrokli@users.noreply.github.com> | 2017-08-06 05:06:07 +0200 |
|---|---|---|
| committer | tkrokli <tkrokli@users.noreply.github.com> | 2017-08-06 05:06:07 +0200 |
| commit | b5876c7664e99cc4619900c9204cc2180676626d (patch) | |
| tree | ca38e09d27564c735b8e939bbb20cb078d36c207 | |
| parent | ecf59786085cb8750bf48bbfa4f4f3d49b924dbd (diff) | |
DB/Quest: In A Scrap With The Legion (10232): add missing RewardText
http://www.wowhead.com/quest=10232/in-a-scrap-with-the-legion
- Another quest_offer_reward.RewardText cut short, missing ≈ 60% of its content.
- Previous content: 137 characters. Added content: 193 characters. Full text: 330 characters.
- RewardText content source (besides verifying the actual content on wowhead.com):
https://github.com/TrinityCore/TrinityCore/blob/master/sql/old/4.3.4/TDB0_to_TDB1_updates/world/012_quest_template.sql
| -rw-r--r-- | sql/updates/world/3.3.5/2017_08_06_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_08_06_00_world.sql b/sql/updates/world/3.3.5/2017_08_06_00_world.sql new file mode 100644 index 00000000000..e1ac9d93e30 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_08_06_00_world.sql @@ -0,0 +1,4 @@ +-- In A Scrap With The Legion (quest ID 10232): add missing end half of RewardText +UPDATE `quest_offer_reward` + SET `RewardText`="Well, that's good and bad news, now isn't it? We've dealt them a blow, but with the Burning Legion running free all over the Netherstorm - and getting closer to us here - well, I don't know how it's going to go.$B$BI have a feeling that we're going to have to change gears here for a while. Hope you'll be able to help us out, $N." + WHERE `Id`=10232; |
