From 6620a0f079c05219522ce2f17e2d7e091f00f1bc Mon Sep 17 00:00:00 2001
From: Client_PangDeRong <593317293@qq.com>
Date: 星期五, 21 九月 2018 23:11:11 +0800
Subject: [PATCH] 1885 神兽功能开发

---
 System/Dogz/DogzWin.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/System/Dogz/DogzWin.cs b/System/Dogz/DogzWin.cs
index d324829..e76ab14 100644
--- a/System/Dogz/DogzWin.cs
+++ b/System/Dogz/DogzWin.cs
@@ -70,8 +70,9 @@
         }
 
 
-        private void OnOpenFuncEvent(int order)
+        private void OnOpenFuncEvent(int order,int equipIndex)
         {
+            ModelCenter.Instance.GetModel<GodBeastModel>().ItemPlace = equipIndex;
             funcBtnGroup.TriggerByOrder(order);
             if(WindowCenter.Instance.CheckOpen<DogzPackWin>())
             {

--
Gitblit v1.8.0