use client's language when generating download quests

This commit is contained in:
Martin Michelsen
2023-11-02 12:07:11 -07:00
parent 983c6e1ebc
commit 482bc5fbad
5 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ struct VersionedQuest {
std::string bin_filename() const;
std::string dat_filename() const;
std::shared_ptr<VersionedQuest> create_download_quest() const;
std::shared_ptr<VersionedQuest> create_download_quest(uint8_t override_language = 0xFF) const;
std::string encode_qst() const;
};