From e81d4d0db1ee1f9aa96fca7261bf1d9636a35f08 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期一, 20 十月 2025 14:57:20 +0800
Subject: [PATCH] 125 战斗 maxturn支持

---
 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