From a0cc772e3de31fc11962a5ceec29fc58554fca09 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 02 一月 2025 02:54:21 +0800
Subject: [PATCH] 10331 【越南】【英语】【BT】【砍树】境界修改

---
 System/FindPrecious/FindPreciousModel.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/System/FindPrecious/FindPreciousModel.cs b/System/FindPrecious/FindPreciousModel.cs
index 5278b08..2f61629 100644
--- a/System/FindPrecious/FindPreciousModel.cs
+++ b/System/FindPrecious/FindPreciousModel.cs
@@ -287,9 +287,9 @@
         public bool IsSameBigRealmStageBoss(int bossId)
         {
             var myRealmLevel = PlayerDatas.Instance.baseData.realmLevel;
-            var myRealmStage = realmModel.GetRealmStage(myRealmLevel);
+            var myRealmStage = RealmConfig.Get(myRealmLevel).LvLarge;
             var config = NPCConfig.Get(bossId);
-            var bossRealmStage = realmModel.GetRealmStage(config.Realm);
+            var bossRealmStage = RealmConfig.Get(config.Realm).LvLarge;
             return myRealmStage == bossRealmStage;
         }
 

--
Gitblit v1.8.0