hch
2018-11-30 4440cae9a947827004016e2cd486b639b3dca7e8
ServerPython/CoreServerGroup/GameServer/Script/Player/ChPlayer.py
@@ -170,6 +170,8 @@
        GameWorldActionControl.OnPlayerLogin(curPlayer)
        #玩家等级记录
        PyGameData.g_todayPlayerLVDict[curPlayer.GetID()] = curPlayer.GetLV()
        #副本助战
        PlayerFBHelpBattle.OnHelpPlayerLogin(curPlayer)
        
        GMShell.OnPlayerLogin(curPlayer)
        GMT_CTG.OnPlayerLogin(curPlayer)