From a2eb2a1b8d4048e83bd48e5ffbfd3dedbfee20ac Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期一, 03 十二月 2018 13:44:52 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/HappyXB/XBItemCell.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/System/HappyXB/XBItemCell.cs b/System/HappyXB/XBItemCell.cs
index f2418bc..fe814cc 100644
--- a/System/HappyXB/XBItemCell.cs
+++ b/System/HappyXB/XBItemCell.cs
@@ -54,6 +54,8 @@
XBGetItemConfig xbItemConfig = XBModel.GetXBItemConfigByType(xbType);
if (xbItemConfig == null || xbItemConfig.LuckyGridNum != xbIndex) return;
+
+ SoundPlayer.Instance.PlayUIAudio(67);
StartCoroutine(BestItemFlashing(xbType));
}
--
Gitblit v1.8.0