Closed ReuschelCGN closed 1 year ago
fix to PR#838 Generate questString using quest_title from RDM looks like some backwards fix are needed missing/away are:
Generate questString using quest_title from RDM
https://github.com/KartulUdus/PoracleJS/blob/a6bc50d31d79d3c0e27de43f4d45bdca3dde8075/src/controllers/quest.js#L399 think i throws an error, if there is no {{amount_0}} and/or item.target!?!
no need for addtional config.general.unknownQuestString can use questTypes['quest_0'] in user language instead
config.general.unknownQuestString
questTypes['quest_0']
fix to PR#838
Generate questString using quest_title from RDM
looks like some backwards fix are needed missing/away are:https://github.com/KartulUdus/PoracleJS/blob/a6bc50d31d79d3c0e27de43f4d45bdca3dde8075/src/controllers/quest.js#L399 think i throws an error, if there is no {{amount_0}} and/or item.target!?!
no need for addtional
config.general.unknownQuestString
can usequestTypes['quest_0']
in user language instead