xdh
2019-04-25 88650853f1898815f4612280dd2ffc85af9ddd80
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py
@@ -116,6 +116,7 @@
import PlayerCoat
import PlayerQuDaoDoubleBill
import PlayerFB
import SkillShell
import datetime
import time
@@ -769,6 +770,8 @@
    #缥缈仙域
    PlayerFairyDomain.OnLogin(curPlayer)
    PlayerFB.OnLogin(curPlayer)
    #技能专精信息
    SkillShell.NotifyElementSkillInfo(curPlayer)
    
    curPlayer.SetState(0)   # 脱机挂恢复为正常上线
    curPlayer.SetFacePic(0) # 通知数据库是否保存还是下线,做一次恢复,1为保存 0为正常下线
@@ -1770,6 +1773,8 @@
    NotifyPlayerBasePoint(curPlayer, pointAttrIDList)
    playerControl = PlayerControl.PlayerControl(curPlayer)
    playerControl.RefreshPlayerAttrState()
    #更新技能专精
    SkillShell.RefreshElementSkillByAttr(curPlayer, pointAttrIDList)
    return
def NotifyPlayerBasePoint(curPlayer, syncAttrIDList=[]):