hxp
5 天以前 07423ad90ce28a8817671e8266a4aba2ea294935
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: