From 38dbbe3f7cb862fdf46ba053994bc2419c730ce1 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期三, 17 四月 2019 10:52:25 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/Mount/MountModel.cs |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/System/Mount/MountModel.cs b/System/Mount/MountModel.cs
index 0d8cd12..7eaeb6a 100644
--- a/System/Mount/MountModel.cs
+++ b/System/Mount/MountModel.cs
@@ -769,9 +769,10 @@
     }
 
     #region 棰勮鍧愰獞纰庣墖灞炴��
-    Dictionary<int, int> mountAttrDict = new Dictionary<int, int>();
+
     public Dictionary<int, int> GetMountAttrAddDict(int mountCode)
-    {
+    {
+        var mountAttrDict = new Dictionary<int, int>();
         HorseConfig horseConfig = HorseConfig.Get(mountCode);
         mountAttrDict.Clear();
         if (horseConfig == null) return mountAttrDict;
@@ -799,6 +800,7 @@
         }
         return mountAttrDict;
     }
+
     #endregion
 
     #region 鎶�鑳芥暣鍚�

--
Gitblit v1.8.0