From 1adf0932629c4154f6e2ff854e75c48019a3972b Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期三, 10 六月 2026 18:11:38 +0800
Subject: [PATCH] 588 公会攻防战

---
 Main/System/ItemTip/BoxGetItemModel.cs |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/Main/System/ItemTip/BoxGetItemModel.cs b/Main/System/ItemTip/BoxGetItemModel.cs
index b4fc9ec..9782625 100644
--- a/Main/System/ItemTip/BoxGetItemModel.cs
+++ b/Main/System/ItemTip/BoxGetItemModel.cs
@@ -1,4 +1,4 @@
-锘縰sing System;
+using System;
 using LitJson;
 
 using System.Collections.Generic;
@@ -32,6 +32,13 @@
             return;
         }
 
+        // 鍏細鏀婚槻鎴樺疂搴� - 鐢卞疂搴撳紑鍚姩鐢绘帶鍒跺睍绀烘椂鏈�
+        if (eventName == "AtkDefBatTreasure")
+        {
+            GuildAtkDefBatManager.Instance.CacheTreasureAward(netPack);
+            return;
+        }
+
         List<Item> showItems = new List<Item>();
 
         if (netPack.Exp != 0 || netPack.ExpPoint != 0)

--
Gitblit v1.8.0