From d5bf165ef28b530ed531aed097ad301278c5fcae Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期四, 15 十一月 2018 14:33:35 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/Treasure/FunctionUnlockFlyObject.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/Treasure/FunctionUnlockFlyObject.cs b/System/Treasure/FunctionUnlockFlyObject.cs
index b0edb68..9bfc56c 100644
--- a/System/Treasure/FunctionUnlockFlyObject.cs
+++ b/System/Treasure/FunctionUnlockFlyObject.cs
@@ -54,7 +54,7 @@
                 case FunctionUnlockType.TreasureSkill:
                     Treasure _treaure;
                     ModelCenter.Instance.GetModel<TreasureModel>().TryGetTreasure(m_Id, out _treaure);
-                    var _skillCfg = Config.Instance.Get<SkillConfig>(_treaure.unLockSkill);
+                    var _skillCfg = Config.Instance.Get<SkillConfig>(_treaure.unlockSkill);
                     m_FunctionIcon.SetSprite(_skillCfg.IconName);
                     m_FunctionIcon.SetNativeSize();
                     originalScale = 1f;

--
Gitblit v1.8.0