From 7c1b5579fbdf5d77d13064bf33e962a11a01319d Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期四, 29 一月 2026 20:43:49 +0800
Subject: [PATCH] 449 查看他人-客户端 装备特效显示全部特效
---
Main/System/OtherPlayerDetail/OtherEquipCardItem.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Main/System/OtherPlayerDetail/OtherEquipCardItem.cs b/Main/System/OtherPlayerDetail/OtherEquipCardItem.cs
index 29d8b36..7d2b9b0 100644
--- a/Main/System/OtherPlayerDetail/OtherEquipCardItem.cs
+++ b/Main/System/OtherPlayerDetail/OtherEquipCardItem.cs
@@ -34,7 +34,7 @@
{
uiEffect.effectId = 1026;
- uiEffect.PlayByArrIndex(config.ItemColor - 7, true, true);
+ uiEffect.PlayByArrIndex(config.ItemColor - 7, true, false);
}
else
{
--
Gitblit v1.8.0