少年修仙传客户端代码仓库
client_linchunjie
2018-09-26 703337574c8d4d4e852ea90c778e3aff3523ce12
System/WorldMap/LocalMapFindPath.cs
@@ -292,9 +292,11 @@
            var npcRefreshIds = model.GetMapNPCRefreshIds(mapId);
            if (npcRefreshIds != null)
            {
                for (int i = 0; i < npcRefreshIds.Count; i++)
                foreach ( var item in   npcRefreshIds)
                {
                    DrawFunctionNPC(npcRefreshIds[i]);
                    var config = Config.Instance.Get<mapnpcConfig>(item);
                    var npcConfig = Config.Instance.Get<NPCConfig>(config.NPCID);
                    DrawFunctionNPC(item);
                }
            }
        }