From 57f21b5ec74d8164ddbcca3538aecb73e2a3706f Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期一, 04 三月 2019 18:04:47 +0800
Subject: [PATCH] 3555 新版装备功能开发
---
System/Equip/EquipSet.cs | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/System/Equip/EquipSet.cs b/System/Equip/EquipSet.cs
index 9c29d39..a7f86c9 100644
--- a/System/Equip/EquipSet.cs
+++ b/System/Equip/EquipSet.cs
@@ -238,6 +238,11 @@
}
}
+ public static int ClientPlaceToServerPlace(int level, int place)
+ {
+ return EquipPlaceMapConfig.GetServerPlace(level, place);
+ }
+
}
public struct EquipAppearance
--
Gitblit v1.8.0