ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/OpenServerCampaign.py
@@ -48,7 +48,7 @@
    OSCBillboardDataLimitDict = IpyGameDataPY.GetFuncEvalCfg("OSCBillboardOpen", 1)
    campTypeS = str(campaignType)
    if campTypeS not in OSCBillboardDataLimitDict:
        GameWorld.ErrLog("不存在该开服活动类型: %s" % campaignType)
        GameWorld.DebugLog("不存在该开服活动类型: %s" % campaignType)
        return False
    limitValue = OSCBillboardDataLimitDict[campTypeS][OSC_BillLimitValue]
    endOpenServerDay = OSCBillboardDataLimitDict[campTypeS][OSC_EndDay]