local RacialTrialLogic = require("racialTrial.RacialTrialLogic") local Log = require("common.Log") function CG_RACIALTRIAL_ENTRANCE_QUERY(human,msg) Log.write(Log.LOGID_OSS_RACAIL, "CG_RACIALTRIAL_ENTRANCE_QUERY") RacialTrialLogic.entranceQuery(human, msg) end function CG_RACIALTRIAL_LEVEL_QUERY(human,msg) Log.write(Log.LOGID_OSS_RACAIL, string.format("CG_RACIALTRIAL_LEVEL_QUERY: %s", msg.camp)) RacialTrialLogic.stageQuery(human, msg.camp) end