From b0d951c6b3a3b417fb0d4611c8bbf83168951efe Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 16 四月 2019 21:16:52 +0800
Subject: [PATCH] 6530 【2.0】【开发】灵宠、坐骑拍品显示专属的拍品TIPS
---
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