diff options
| author | tkrokli <tkrokli@gmail.com> | 2018-03-20 23:24:02 +0100 |
|---|---|---|
| committer | tkrokli <tkrokli@gmail.com> | 2018-03-20 23:24:02 +0100 |
| commit | 4c069dfd8aae87cb1bb3bb82701e41597f1522ed (patch) | |
| tree | 48eaaab7d6c347fc989e635d421bef9066a8a636 | |
| parent | 1dd44207bd4a50b1ad159d77dd940f876276d74b (diff) | |
DB/Quest: player character name in The Shattered Hand (2) Reward Text
- Replace overlooked name "Weir" with $n to show actual player name in-game.
| -rw-r--r-- | sql/updates/world/3.3.5/2018_03_20_00_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_03_20_00_world_335.sql b/sql/updates/world/3.3.5/2018_03_20_00_world_335.sql new file mode 100644 index 00000000000..903eeb4e352 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_03_20_00_world_335.sql @@ -0,0 +1,4 @@ +-- quest 'The Shattered Hand (2)' (ID 1858) +UPDATE `quest_offer_reward` + SET `RewardText`="Hmmm, now this is interesting. You've more than proved your worth with this, $n. I am quite impressed. Consider yourself the newest member of the Shattered Hand. And take this, it will be a great help to you in the future, I think." + WHERE `ID`=1858; |
