hxp
2019-03-29 71e78cbced24dd6b70aaa1dca1404ff10087ce3d
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py
@@ -493,7 +493,6 @@
    #PlayerExam.DoLogic_ExitExam(curPlayer, tick, needRefresh = False)
    #清除VIPbuff
    #BuffSkill.DelBuffBySkillID(curPlayer, ChConfig.Def_VIPExp_SkillTypeID, tick)
    #PlayerReincarnation.ReincarOnLogin(curPlayer)
    
    #通知玩家的buff
    __Sync_ClientBuff(curPlayer)
@@ -790,6 +789,10 @@
    GameWorld.Log("玩家合服首登处理! lastMixServerDay=%s,mixServerWorldLV=%s" % (lastMixServerDay, mixServerWorldLV), playerID)    
    PlayerControl.NomalDictSetProperty(curPlayer, ChConfig.Def_PDict_MixLoginDay, lastMixServerDay)
    
    if curPlayer.GetLV() <= 1:
        GameWorld.Log("    新号不给合服奖励!", playerID)
        return
    # 重置首充双倍
    PlayerCoin.DoResetCTGCount(curPlayer, "MixServer")