From ad6e5b11d3ddd32c6cf8ea751e4330aff7e3e6a3 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期一, 03 十二月 2018 16:29:59 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/HappyXB/XBItemCell.cs | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/System/HappyXB/XBItemCell.cs b/System/HappyXB/XBItemCell.cs
index fe814cc..f2418bc 100644
--- a/System/HappyXB/XBItemCell.cs
+++ b/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));
}
--
Gitblit v1.8.0