From 9eccde6c9bbaba797001b582da744ed2a1e1d9a3 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期一, 01 四月 2019 13:47:40 +0800
Subject: [PATCH] 3335 拍卖行修改
---
System/Auction/AuctionHelpModel.cs | 19 -------------------
1 files changed, 0 insertions(+), 19 deletions(-)
diff --git a/System/Auction/AuctionHelpModel.cs b/System/Auction/AuctionHelpModel.cs
index ec27460..8bc727d 100644
--- a/System/Auction/AuctionHelpModel.cs
+++ b/System/Auction/AuctionHelpModel.cs
@@ -174,25 +174,6 @@
}
return 1;
}
-
- public int GetEquipScore(int equipLevel, int equipPlace)//鑾峰彇閮ㄤ綅鐨勮澶囪瘎鍒�
- {
- int score = -1;
- string equipGuid = string.Empty;
- var equipSet = equipModel.GetEquipSet(equipLevel);
- if (equipSet == null)
- {
- return -1;
- }
- equipGuid = equipSet.GetEquip(equipPlace);
- var equiped = !string.IsNullOrEmpty(equipGuid);
- if (equiped)
- {
- var item = packModel.GetItemByGuid(equipGuid);
- score = item.score;
- }
- return score;
- }
}
}
--
Gitblit v1.8.0