From aa34cb263f3e559ed6ae46a0616d92e93022b792 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 23 四月 2019 11:29:04 +0800
Subject: [PATCH] 3335 切换模式修改

---
 System/MainInterfacePanel/MainInterfaceWin.cs |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/System/MainInterfacePanel/MainInterfaceWin.cs b/System/MainInterfacePanel/MainInterfaceWin.cs
index 4afbb28a..f70d515 100644
--- a/System/MainInterfacePanel/MainInterfaceWin.cs
+++ b/System/MainInterfacePanel/MainInterfaceWin.cs
@@ -360,11 +360,11 @@
             if (PlayerDatas.Instance.hero != null)
             {
                 bool IsBossBool = MapArea.IsInMapArea(PlayerDatas.Instance.hero.CurMapArea, MapArea.E_Type.Boss);//鏄惁鍦˙oss鍖哄煙
-                if (PlayerDatas.Instance.baseData.MapID == 10040 && !IsBossBool && Buffmodel.PkType != 0)
-                {
-                    DTCA202_tagMCAttackMode.Send_SwitchAttackMode((E_AttackMode)0);
-                    Buffmodel.PkType = 0;
-                }
+                //if (PlayerDatas.Instance.baseData.MapID == 10040 && !IsBossBool && Buffmodel.PkType != 0)
+                //{
+                //    DTCA202_tagMCAttackMode.Send_SwitchAttackMode((E_AttackMode)0);
+                //    Buffmodel.PkType = 0;
+                //}
             }
         }
 

--
Gitblit v1.8.0