From 4f4041307599b0bcf52abe72bc2c80cbd0c143a1 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期四, 01 十一月 2018 17:02:34 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

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

diff --git a/System/MainInterfacePanel/MainInterfaceWin.cs b/System/MainInterfacePanel/MainInterfaceWin.cs
index b85091e..eebbbbf 100644
--- a/System/MainInterfacePanel/MainInterfaceWin.cs
+++ b/System/MainInterfacePanel/MainInterfaceWin.cs
@@ -907,7 +907,8 @@
                         _ExpSlider.delay = _Delaytime;
                     }
                     ExpValueFloat = ((float)nowVlaue / (float)maxValue);
-                    if (ExpValueFloat != _ExpSlider.value)
+                    int MapID = PlayerDatas.Instance.baseData.MapID;
+                    if (ExpValueFloat != _ExpSlider.value && MapID== 31080)
                     {
                         m_UIEffect_A.Play();
                         if (m_UIEffect_A.IsPlaying)

--
Gitblit v1.8.0