修复武馆配置文件表名变动

This commit is contained in:
liwei1dao 2022-08-23 11:24:07 +08:00
parent be67f409c4
commit e88401e98d

View File

@ -9,8 +9,8 @@ import (
)
const (
game_kungfu_unlock = "game_kungfu_unlock.json"
game_kungfu_masterworker = "game_kungfu_masterworker.json"
game_kungfu_unlock = "game_kungfuunlock.json"
game_kungfu_masterworker = "game_kungfumasterworker.json"
)
///配置组件