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/Message/RichTableEvent.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Main/System/Message/RichTableEvent.cs b/Main/System/Message/RichTableEvent.cs
index ec7423c..c298614 100644
--- a/Main/System/Message/RichTableEvent.cs
+++ b/Main/System/Message/RichTableEvent.cs
@@ -111,7 +111,7 @@
NPCConfig cfg = NPCConfig.Get(id);
if (cfg != null)
{
- return cfg.charName;
+ return cfg.NPCName;
}
}
}
@@ -193,7 +193,7 @@
var _cfg = SkillConfig.Get(_id);
if (_cfg != null)
{
- return _cfg.BuffDescription;
+ return _cfg.Description;
}
}
}
--
Gitblit v1.8.0