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: