hxp
7 天以前 a1ea5474ffd2b081668f9a0cef8d069aa78db85d
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCRealmRefresh.py
@@ -96,7 +96,7 @@
    if key in PyGameData.g_realmDiffNPCRefresh:
        return PyGameData.g_realmDiffNPCRefresh[key]
    
    filePath = os.path.join(ChConfig.GetDBPath(), "SysDB", "tagNPCRefresh.txt")
    filePath = os.path.join(ChConfig.GetServerConfigPath(), "SysDB", "tagNPCRefresh.txt")
    if not os.path.isfile(filePath):
        GameWorld.ErrLog("can not find file = %s" % filePath)
        raise Exception("can not find file = %s" % filePath)