|
|
@@ -38,6 +38,8 @@ local YunYingLogic = require("yunying.YunYingLogic")
|
|
|
local JjcLogic = require("jjc.JjcLogic")
|
|
|
local FilterUtil = require("common.FilterUtil")
|
|
|
local HeroGrowUp = require("absAct.HeroGrowUp")
|
|
|
+local Log = require("common.Log")
|
|
|
+local Config = require("Config")
|
|
|
|
|
|
GODWAR_STATE_WAIT = 0 --尚未开启
|
|
|
GODWAR_STATE_XUANBA1 = 1 --选拔赛1
|
|
|
@@ -1428,6 +1430,10 @@ function GC_JJCGODWAR_FINISH(human)
|
|
|
end
|
|
|
RoleLogic.makeRoleBase(rolebase, msgRet.roleBase[i])
|
|
|
msgRet.roleBase[i].chenghao = conf[i].chenghaoID
|
|
|
+
|
|
|
+ if Config.IS_DEBUG then
|
|
|
+ Log.write(Log.LOGID_DEBUG, "GC_JJCGODWAR_FINISH time:"..msgRet.actTime.." Current ranking:"..i.." rank2Uuid:"..uuid.." chenghao:"..msgRet.roleBase[i].chenghao)
|
|
|
+ end
|
|
|
end
|
|
|
|
|
|
human.db.jjcGodWar = human.db.jjcGodWar or {}
|