From 09bc892c7283df8757a07b646d5af21ddaa263d1 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期四, 06 十一月 2025 18:22:34 +0800
Subject: [PATCH] 164 天子的考验-客户端
---
Main/System/Chat/ChatWin.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Main/System/Chat/ChatWin.cs b/Main/System/Chat/ChatWin.cs
index 4a23d7e..dd55b49 100644
--- a/Main/System/Chat/ChatWin.cs
+++ b/Main/System/Chat/ChatWin.cs
@@ -1,5 +1,5 @@
锘�//--------------------------------------------------------
-// [Author]: 绗簩涓栫晫
+// [Author]: 鐜╀釜娓告垙
// [ Date ]: Monday, April 09, 2018
//--------------------------------------------------------
@@ -218,7 +218,7 @@
{
case ChatInfoType.Fairy:
{
- int limit = FuncOpenLVConfig.Get((int)FuncOpenEnum.Fairy).LimitLV;
+ int limit = FuncOpenLVConfig.Get((int)FuncOpenEnum.Guild).LimitLV;
if (PlayerDatas.Instance.baseData.LV < limit)
{
ServerTipDetails.DisplayNormalTip(Language.Get("L1136", limit));
--
Gitblit v1.8.0