hxp
6 天以前 d5c268fa56e84359541b82f48fd657846dfd63c1
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: