Main/System/ItemTip/BoxGetItemModel.cs
@@ -1,4 +1,4 @@ using 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)