Quantcast

Updated for 8.0 BFA

Xruptor [07-24-18 - 17:07]
Updated for 8.0 BFA
-Fixed an error with the PlaySound function.
Filename
XanChat.lua
XanChat.toc
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