Equipment and main quest bug fixes

This commit is contained in:
Mikhail
2024-07-26 14:12:30 -04:00
parent cce8179e8d
commit 78659f9c6e
7 changed files with 35 additions and 23 deletions

View File

@@ -238,8 +238,6 @@ namespace nksrv.StaticInfo
{
using var progress = new ProgressBar();
questDataRecords = await LoadZip("MainQuestTable.json", progress);
stageDataRecords = await LoadZip("CampaignStageTable.json", progress);
rewardDataRecords = await LoadZip("RewardTable.json", progress);