1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

Merge pull request #5417 from IvanSavenko/hota_h3m

[1.7] Support for loading HotA 1.7.X maps and campaigns
This commit is contained in:
Ivan Savenko
2025-02-20 16:32:49 +02:00
committed by GitHub
10 changed files with 634 additions and 139 deletions

View File

@@ -35,6 +35,7 @@ enum class EQuestMission {
KEYMASTER = 11,
HOTA_HERO_CLASS = 12,
HOTA_REACH_DATE = 13,
HOTA_GAME_DIFFICULTY = 13,
};
class DLL_LINKAGE CQuest final : public Serializeable