From 2986ac4bf5512c6da4beeec2fedc4e3d96817582 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期五, 23 十一月 2018 13:57:43 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 Fight/GameActor/GActorPlayerBase.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Fight/GameActor/GActorPlayerBase.cs b/Fight/GameActor/GActorPlayerBase.cs
index ae51b2c..5d922c8 100644
--- a/Fight/GameActor/GActorPlayerBase.cs
+++ b/Fight/GameActor/GActorPlayerBase.cs
@@ -738,6 +738,9 @@
             m_WingModel.transform.localPosition = Vector3.zero;
             m_WingModel.transform.localRotation = Quaternion.identity;
 
+            ModelResConfig _resConfig = Config.Instance.Get<ModelResConfig>(_itemConfig.ChangeOrd);
+            m_WingModel.transform.localScale = _resConfig.Scale;
+
             OnPutonWing(itemID, m_WingModel);
 
             // 澶勭悊鍔ㄧ敾鐩稿叧

--
Gitblit v1.8.0