From d2ac719bbc81ba860c4356eb6929372483c4a7d4 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 20 十月 2025 00:34:36 +0800
Subject: [PATCH] 65 子 【公会】基础主体 / 【公会】基础主体-客户端

---
 Main/System/Guild/GuildEmblemCell.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Main/System/Guild/GuildEmblemCell.cs b/Main/System/Guild/GuildEmblemCell.cs
index 422c203..2f7690d 100644
--- a/Main/System/Guild/GuildEmblemCell.cs
+++ b/Main/System/Guild/GuildEmblemCell.cs
@@ -29,6 +29,7 @@
             if (effectID != 0)
             {
                 uiEffect.effectId = effectID;
+                uiEffect.isPlaySpineLoop = true;
                 uiEffect.Play();
             }
         }

--
Gitblit v1.8.0