From 5a1508b5110caedd3af6f4badbe0d45e084a87c1 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期一, 01 四月 2019 17:35:49 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 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