少年修仙传客户端代码仓库
client_Hale
2018-09-20 56091a5a2b3df0681996731982f812003daf85e9
System/Chat/ChatSendComponent.cs
@@ -84,6 +84,10 @@
            SinglePackModel singlePack = _packModel.GetSinglePackModel(PackType.rptItem);
            if (ChatCtrl.Inst.presentChatType == ChatInfoType.Trumpet)
            {
                if (chatCenter.IsChatBanned)
                {
                    return;
                }
                List<ItemModel> _list = null;
                var _count = singlePack.GetItemCountByID(chatCenter.bugleItem, out _list);
                if (_count < 1)