From 62d064ebb987588d50de5b2ae537ab1a13c5802c Mon Sep 17 00:00:00 2001 From: Xruptor Date: Tue, 24 Jul 2018 13:07:44 -0400 Subject: [PATCH] Updated for 8.0 BFA -Fixed an error with the PlaySound function. --- XanChat.lua | 2 +- XanChat.toc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/XanChat.lua b/XanChat.lua index 4784d41..76fa9c5 100644 --- a/XanChat.lua +++ b/XanChat.lua @@ -95,7 +95,7 @@ hooksecurefunc("UnitPopup_OnClick", function(self) local dropdownFrame = UIDROPDOWNMENU_INIT_MENU local button = self.value if clickers[button] then clickers[button](dropdownFrame.name) end - PlaySound("UChatScrollButton") + PlaySound(SOUNDKIT.U_CHAT_SCROLL_BUTTON) end) function xanChat_DoCopyName(name) diff --git a/XanChat.toc b/XanChat.toc index d2c373f..3472299 100644 --- a/XanChat.toc +++ b/XanChat.toc @@ -1,8 +1,8 @@ -## Interface: 70100 +## Interface: 80000 ## Title: xanChat ## Notes: A very minimalistic chat modification addon. ## Author: Xruptor -## Version: 4.4 +## Version: 4.5 ## OptionalDeps: tekDebug ## SavedVariables: XCHT_DB, XCHT_HISTORY -- 1.7.9.5