From 6bbec0cadf10204e3ab5cb7d28a07493bc298f5a Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 19 三月 2019 19:39:58 +0800
Subject: [PATCH] Merge branch 'master' into Rune
---
System/SystemSetting/SettingEffectMgr.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/SystemSetting/SettingEffectMgr.cs b/System/SystemSetting/SettingEffectMgr.cs
index 514e33a..a5152aa 100644
--- a/System/SystemSetting/SettingEffectMgr.cs
+++ b/System/SystemSetting/SettingEffectMgr.cs
@@ -135,7 +135,7 @@
private void OneKeySellSuccess(H0721_tagMakeItemAnswer obj)
{
- if (obj.MakeType != (byte)MakeType.Def_mitKeySell)
+ if (obj.MakeType != (byte)MakeType.OneKeySell)
return;
isStartOneKeySell = false;
--
Gitblit v1.8.0