yyl
2025-10-31 39001a600fcae2bcf27c225df8752d75fb92fef4
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;
                                        }
                                    }
                                }