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)
This commit is contained in:
tkrokli
2021-09-19 22:42:19 +02:00
committed by Shauren
parent a54e5bf4c8
commit 77cb4d7171
@@ -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;