System/KnapSack/Logic/PackModelInterface.cs
@@ -1213,8 +1213,9 @@ /// <param name="_oneKeySelllist"></param> public void SendOneKeySellQuest(List<ItemModel> _oneKeySelllist) { if (!isPackResetOk) return; if (!isPackResetOk || SettingEffectMgr.Instance.isStartOneKeySell) return; SettingEffectMgr.Instance.isStartOneKeySell = true; byte[] itemIndexs = new byte[_oneKeySelllist.Count]; int i = 0; for (i = 0; i < _oneKeySelllist.Count; i++)