hxp
2025-05-19 5bfcd3104f7c2fa25995bc0184e6c33c818e3cf8
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)