迁移配置表

This commit is contained in:
flswld
2023-01-18 15:38:50 +08:00
parent 62ae866b1e
commit a00bee14d0
882 changed files with 1639 additions and 324485 deletions

View File

@@ -13,7 +13,6 @@ import (
"hk4e/common/mq"
"hk4e/common/rpc"
"hk4e/gdconf"
gdc "hk4e/gs/config"
"hk4e/gs/dao"
"hk4e/gs/game"
"hk4e/gs/service"
@@ -72,8 +71,6 @@ func Run(ctx context.Context, configFile string) error {
logger.Warn("gs start, appid: %v, gsid: %v", APPID, GSID)
constant.InitConstant()
gdc.InitGameDataConfig()
gdconf.InitGameDataConfig()
db, err := dao.NewDao()