diff options
| author | tkrokli <tkrokli@gmail.com> | 2018-03-20 23:24:02 +0100 | 
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-09-19 22:42:19 +0200 | 
| commit | 77cb4d71716df0396d26a0cc628182dee7989345 (patch) | |
| tree | e8524146071552d4e41ea805e2af4be27d559926 | |
| parent | a54e5bf4c8fda8595465b043effd4ce51ce3311d (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.
(cherry picked from commit 4c069dfd8aae87cb1bb3bb82701e41597f1522ed)
| -rw-r--r-- | sql/updates/world/master/2021_09_19_04_world_2018_03_20_00_world_335.sql | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/sql/updates/world/master/2021_09_19_04_world_2018_03_20_00_world_335.sql b/sql/updates/world/master/2021_09_19_04_world_2018_03_20_00_world_335.sql new file mode 100644 index 00000000000..903eeb4e352 --- /dev/null +++ b/sql/updates/world/master/2021_09_19_04_world_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; | 
