diff options
author | illfated <illfated@users.noreply.github.com> | 2019-06-02 13:16:27 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-06-02 13:16:27 +0200 |
commit | 345133d75ea72b5361835e25fd4b10a8ae4fe3da (patch) | |
tree | f7459130eaae21529b62746d7ea490217e255412 /sql/updates | |
parent | f4e9b2901ccf1c7edfe49da91c9699edb9db1a72 (diff) |
DB/Quest: Old Whitebark's Pendant (8474) - spacing & words missing in RewardText
Closes #23339
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/3.3.5/2019_06_02_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_06_02_02_world.sql b/sql/updates/world/3.3.5/2019_06_02_02_world.sql new file mode 100644 index 00000000000..922d25fee11 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_06_02_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_offer_reward` SET `RewardText`= "This... this pendant. I gave it to Old Whitebark after his people helped us rebuild our village.$B$BI guess this means he's...$B$B<The blood elf clears her throat as she regains her composure.>$B$BI appreciate you bringing this to me, $N. There is something I'd like to ask of you." WHERE `ID`=8474; |