diff ui/AmrUiTabGroup.lua @ 112:57c6cac5143c v52

7.3 update, preparation for reading crucible.
author yellowfive
date Mon, 28 Aug 2017 19:33:14 -0700
parents 0515882856f1
children e31b02b24488
line wrap: on
line diff
--- a/ui/AmrUiTabGroup.lua	Wed Jun 14 21:01:12 2017 -0700
+++ b/ui/AmrUiTabGroup.lua	Mon Aug 28 19:33:14 2017 -0700
@@ -42,7 +42,7 @@
 -------------------------------------------------------------------------------]]
 local function tabOnClick(frame)
 	if not (frame.selected or frame.disabled) then
-		PlaySound("igCharacterInfoTab")
+		--PlaySound("igCharacterInfoTab")
 		frame.obj:SelectTab(frame.value)
 	end
 end