From 0a3eefc447bd95bec9e881546f261d6244ed0e8b Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期二, 25 十二月 2018 19:58:39 +0800
Subject: [PATCH] 5398 子 【开发】【1.4】跨服竞技场 / 【前端】【1.4】跨服竞技场开发

---
 System/MainInterfacePanel/PlayerBuffDatas.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/System/MainInterfacePanel/PlayerBuffDatas.cs b/System/MainInterfacePanel/PlayerBuffDatas.cs
index 36982c9..8cafd51 100644
--- a/System/MainInterfacePanel/PlayerBuffDatas.cs
+++ b/System/MainInterfacePanel/PlayerBuffDatas.cs
@@ -274,13 +274,13 @@
                 _ObjBuff.Layer = (int)info.Layer;
                 _BuffDic.Add((int)info.SkillID, _ObjBuff);
             }
-            if (BuffUpdateEvent != null)
-            {
-                BuffUpdateEvent((int)info.ObjID);
-            }
             if (Even_ObjAddBuf != null)
                 Even_ObjAddBuf();
         }
+        if (BuffUpdateEvent != null)
+        {
+            BuffUpdateEvent((int)info.ObjID);
+        }
     }
 
     public void ObjDelBuff(int playerId, int _BuffID)//buff鍑忓皯

--
Gitblit v1.8.0