修复出兵表

This commit is contained in:
luying
2020-11-20 10:44:47 +08:00
parent 2d3be5d45a
commit e6421497d1
10 changed files with 528 additions and 438 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ export const DUNGEON_CONST = {
export const EXPEDITION_CONST = {
REFRESH_TIME: 5, // 重置次数刷新时间
INCREASE_POINT: 2, // 远征每成功一次累计的点数
INCREASE_POINT: 1, // 远征每成功一次累计的点数
RESET_CNT: 1 // 可以免费重置的次数
}