hxp
2019-01-22 92126566b642cdb2be53291c8e8e64c7a623782e
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_GetStoreServerBuyCnt.py
@@ -46,6 +46,8 @@
def DoResult(curPlayer, callFunName, funResult, tick):
    GameWorld.DebugLog("GY_Query_GetStoreServerBuyCnt funResult=%s" % funResult)
    curPlayer.SetDict(ChConfig.Def_PlayerKey_StoreQueryState, 0)
    if not funResult:
        return
    result = eval(funResult)
    if len(result) != 7:
        return