From f32e31d9faf3fb8640ead62205438e4449d6aafd Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期四, 23 五月 2019 17:03:32 +0800
Subject: [PATCH] 3335 更新小地图boss显示逻辑。
---
System/WorldMap/LocalMapFindPath.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/WorldMap/LocalMapFindPath.cs b/System/WorldMap/LocalMapFindPath.cs
index 8f6bc5e..2440e2c 100644
--- a/System/WorldMap/LocalMapFindPath.cs
+++ b/System/WorldMap/LocalMapFindPath.cs
@@ -448,7 +448,7 @@
}
}
- if (model.selectedMapEventPoint != -1)
+ if (model.selectedMapEventPoint != -1 && config.ShowInMipMap == 1)
{
var monsterRefreshConfig = MonsterRefreshPointConfig.Get(config.NPCID);
var position = new Vector3(monsterRefreshConfig.Position.x * 0.5f, 0, monsterRefreshConfig.Position.y * 0.5f);
--
Gitblit v1.8.0