From 72ec6b4d552b6b8e2c9f355fc32872c831f04256 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期一, 18 十一月 2024 14:36:12 +0800
Subject: [PATCH] 10271 幻境战令

---
 LogicProject/System/Recharge/RechargeGenerousGiftModel.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/LogicProject/System/Recharge/RechargeGenerousGiftModel.cs b/LogicProject/System/Recharge/RechargeGenerousGiftModel.cs
index 97e5c72..4b47567 100644
--- a/LogicProject/System/Recharge/RechargeGenerousGiftModel.cs
+++ b/LogicProject/System/Recharge/RechargeGenerousGiftModel.cs
@@ -117,7 +117,12 @@
         {
             return ModelCenter.Instance.GetModel<LoginZhanLingModel>().IsFinish();
         }
+        else if (winID == 14)
+        {
+            return ModelCenter.Instance.GetModel<PhantasmPavilionZhanLingModel>().IsFinish();
+        }
         return false;
     }
+
 }
 

--
Gitblit v1.8.0