From e3e06e5223bd0a351864dce040e1dd4e899a6e17 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期日, 11 一月 2026 15:47:52 +0800
Subject: [PATCH] 0312 断线重连重请求砍价信息

---
 Main/System/Main/PlayerMainDate.cs |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/Main/System/Main/PlayerMainDate.cs b/Main/System/Main/PlayerMainDate.cs
index 6fe99db..274bb09 100644
--- a/Main/System/Main/PlayerMainDate.cs
+++ b/Main/System/Main/PlayerMainDate.cs
@@ -49,9 +49,12 @@
 
     public void PowerAdd(long power)
     {
-        if (NewBieCenter.Instance.inGuiding)
+        if (UIManager.Instance.IsOpened<NewBieWin>() )
         {
-            return;
+            if (UIManager.Instance.GetUI<NewBieWin>().IsFuncOpenGuide())
+            {
+                return;
+            }
         }
 
         if (prowBool)

--
Gitblit v1.8.0