|
|
@@ -586,7 +586,7 @@ function updateFriendHeart(human, d, logType,item_id, num)
|
|
|
return true
|
|
|
end
|
|
|
|
|
|
-function sendHumanInfo(human)
|
|
|
+function sendHumanInfo(human,isNew)
|
|
|
-- 处理称号被销毁的
|
|
|
if human.db.chenghao then
|
|
|
if not human.db.chenghaoList[human.db.chenghao] then
|
|
|
@@ -611,6 +611,7 @@ function sendHumanInfo(human)
|
|
|
mm.worldLv = GlobalWorld.getWorldLv()
|
|
|
mm.openDay = subDay or 0
|
|
|
mm.guideState= GuideLogic.checkAllFinish(human)
|
|
|
+ mm.isFrist = isNew and 1 or 0
|
|
|
|
|
|
local drawCardRateList = {}
|
|
|
local drawCardV2Confs = DrawCardV2Excel
|
|
|
@@ -651,7 +652,7 @@ function onLogin(human, isNew)
|
|
|
TequanLogic.jihuopt(human)
|
|
|
TequanLogic.setHumanTequan(human,human.pf_info)
|
|
|
doCalc(human)
|
|
|
- sendHumanInfo(human)
|
|
|
+ sendHumanInfo(human,isNew)
|
|
|
|
|
|
|
|
|
BagLogic.sendBagList(human)
|