From 38dbbe3f7cb862fdf46ba053994bc2419c730ce1 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期三, 17 四月 2019 10:52:25 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/KnapSack/Logic/ItemLogicUtility.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/KnapSack/Logic/ItemLogicUtility.cs b/System/KnapSack/Logic/ItemLogicUtility.cs
index 435ea78..2ff3b23 100644
--- a/System/KnapSack/Logic/ItemLogicUtility.cs
+++ b/System/KnapSack/Logic/ItemLogicUtility.cs
@@ -1404,7 +1404,7 @@
}
var config = ItemConfig.Get(itemId);
- return config.Type >= 119 && config.Type <= 124;
+ return config.Type >= 119 && config.Type <= 123;
}
}
--
Gitblit v1.8.0