From a75edf5771dd8625550ceee9539b74fb698c2864 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期三, 18 三月 2026 21:45:42 +0800
Subject: [PATCH] 262 幻境阁-客户端 称号适配直接显示原尺寸大小,按示意图实现尺寸缩放

---
 Main/System/PhantasmPavilion/PhantasmPavilionChatBoxItem.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Main/System/PhantasmPavilion/PhantasmPavilionChatBoxItem.cs b/Main/System/PhantasmPavilion/PhantasmPavilionChatBoxItem.cs
index 8d4a361..8dfb9f5 100644
--- a/Main/System/PhantasmPavilion/PhantasmPavilionChatBoxItem.cs
+++ b/Main/System/PhantasmPavilion/PhantasmPavilionChatBoxItem.cs
@@ -39,7 +39,7 @@
 
         int resourceType = manager.GetResourceType(type, id);
         string resourceValue = manager.GetResourceValue(type, id);
-        manager.Show(imgFace, spine, uiFrame, resourceType, resourceValue);
+        manager.Show(PhantasmPavilionType.ChatBox, imgFace, spine, uiFrame, resourceType, resourceValue);
         if (resourceType == 1)
         {
             imgFace.SetNativeSize();

--
Gitblit v1.8.0