fix v1 max stats table; add level table formatter

This commit is contained in:
Martin Michelsen
2024-10-25 22:32:20 -07:00
parent 84159821e9
commit 48641d46a0
4 changed files with 137 additions and 32 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ struct ServerState : public std::enable_shared_from_this<ServerState> {
std::shared_ptr<const QuestCategoryIndex> quest_category_index;
std::shared_ptr<const QuestIndex> default_quest_index;
std::shared_ptr<const QuestIndex> ep3_download_quest_index;
std::shared_ptr<const LevelTable> level_table_v1_v2;
std::shared_ptr<const LevelTableV2> level_table_v1_v2;
std::shared_ptr<const LevelTable> level_table_v3;
std::shared_ptr<const LevelTable> level_table_v4;
std::shared_ptr<const BattleParamsIndex> battle_params;