hxp
5 天以前 256fb6df5072850105da4b381f8ce1896c168ac1
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DB/StructData/DBGameRec.py
@@ -324,6 +324,10 @@
        self.__recTypeDict = {} # {recType:GameRecTypeMgr, ...}
        return
    
    def DelAllData(self):
        self.__recTypeDict = {}
        return
    def GetRecTypeMgr(self, recType):
        recTypeMgr = None
        if recType in self.__recTypeDict: