fix(DB/Gossip): Fixed "Plundering the Plunderers" has incorrect quest completion text (#7009)
- Closes #6976 - Closes https://github.com/chromiecraft/chromiecraft/issues/1219
This commit is contained in:
parent
e5680dfe10
commit
1c4ca000f4
1 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626545461944168600');
|
||||
|
||||
-- We change the quest reward to use the name and gender of our character.
|
||||
UPDATE `quest_offer_reward` SET `RewardText` = 'Incredible! Improbable! Simply amazing! You\'ve got talent, $N. Either that or you\'re the luckiest $gman:woman; alive!$b$bHere\'s your cut of the action. I\'m sure you would make better use of this stuff than I could.$b$b' WHERE (`ID` = 2381);
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue