From fd4a8f507c93324df376930e6574812b683f0114 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 14 八月 2018 11:58:32 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/DailyQuest/ResourcesBackPanel.cs |    2 --
 System/Mount/PlayerMountDatas.cs        |    2 +-
 2 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/System/DailyQuest/ResourcesBackPanel.cs b/System/DailyQuest/ResourcesBackPanel.cs
index 0378b32..90178f0 100644
--- a/System/DailyQuest/ResourcesBackPanel.cs
+++ b/System/DailyQuest/ResourcesBackPanel.cs
@@ -211,8 +211,6 @@
                     }
                 }
             });
-            DesignDebug.LogError("涓�閿粰鐜�");
-
         }
         private void FindAKeyFairyJade()//涓�閿壘浠欑帀
         {
diff --git a/System/Mount/PlayerMountDatas.cs b/System/Mount/PlayerMountDatas.cs
index 185d5e7..3ea6a68 100644
--- a/System/Mount/PlayerMountDatas.cs
+++ b/System/Mount/PlayerMountDatas.cs
@@ -120,7 +120,7 @@
                 Redpoint redPointMountStare = new Redpoint(Redpoint_key1, RedPoint_Mountkey);
                 mountRedpoint.Add(mountID, redPointMountStare);
 
-                int RedPoint_Mountkey1 = MainRedDot.RedPoint_MountPackKey * 10 + type;
+                int RedPoint_Mountkey1 = RedPoint_Mountkey * 10 + type;
                 Redpoint redPointMountStare1 = new Redpoint(RedPoint_Mountkey, RedPoint_Mountkey1);
                 DeblockingRedPoint.Add(mountID, redPointMountStare1);
 

--
Gitblit v1.8.0