少年修仙传客户端代码仓库
Revert "5117 【前端】【1.3.100】寻宝新增寻到极品道具或极品符印的时候播放一个音效"
1个文件已修改
2 ■■■■■ 已修改文件
System/HappyXB/XBItemCell.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/HappyXB/XBItemCell.cs
@@ -54,8 +54,6 @@
            XBGetItemConfig xbItemConfig = XBModel.GetXBItemConfigByType(xbType);
            if (xbItemConfig == null || xbItemConfig.LuckyGridNum != xbIndex) return;
            SoundPlayer.Instance.PlayUIAudio(67);
            StartCoroutine(BestItemFlashing(xbType));
        }