hxp
2018-11-06 369e52f7a7b980c882ca322615b1995796fe9223
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBLogic.py
@@ -2109,3 +2109,11 @@
    
    return callFunc(curPlayer, tick)
def OnPlayerLVUp(curPlayer):
    ## 玩家升级
    do_FBLogic_ID = __GetFBLogic_MapID(GameWorld.GetMap().GetMapID())
    callFunc = GameWorld.GetExecFunc(FBProcess, "GameLogic_%s.%s" % (do_FBLogic_ID, "OnPlayerLVUp"))
    if callFunc == None:
        return False
    return callFunc(curPlayer)