From 5de5f47e0e44df2828764e13d0f718e909adba9d Mon Sep 17 00:00:00 2001 From: lvxinran Date: Fri, 19 Jun 2020 18:17:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E9=87=91=E9=87=91=E5=B8=81=E6=95=B0?= =?UTF-8?q?=E9=87=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/ljsd/jieling/logic/store/StoreLogic.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/serverlogic/src/main/java/com/ljsd/jieling/logic/store/StoreLogic.java b/serverlogic/src/main/java/com/ljsd/jieling/logic/store/StoreLogic.java index 6666939b8..797c6433c 100644 --- a/serverlogic/src/main/java/com/ljsd/jieling/logic/store/StoreLogic.java +++ b/serverlogic/src/main/java/com/ljsd/jieling/logic/store/StoreLogic.java @@ -440,8 +440,8 @@ public class StoreLogic implements IEventHandler { add += sPlayerLevelConfig.getExtraAdd(); }else if(type == 2){ int addPrivageId = extra[1]; - PlayerLogic.getInstance().getMaxCountByPrivilegeType(user,addPrivageId); - add += PlayerLogic.getInstance().getMaxCountByPrivilegeType(user,addPrivageId); +// PlayerLogic.getInstance().getMaxCountByPrivilegeType(user,addPrivageId); + add = PlayerLogic.getInstance().getMaxCountByPrivilegeType(user,addPrivageId); } } }