diff ui/AmrUiButton.lua @ 133:a0894ffebd15 v62

Bug fixes and tweaks for 8.0.
author yellowfive
date Wed, 25 Jul 2018 12:17:24 -0700
parents 57c6cac5143c
children
line wrap: on
line diff
--- a/ui/AmrUiButton.lua	Wed Jul 18 16:44:04 2018 -0700
+++ b/ui/AmrUiButton.lua	Wed Jul 25 12:17:24 2018 -0700
@@ -13,7 +13,7 @@
 
 -- WoW APIs
 local _G = _G
-local PlaySound, CreateFrame, UIParent = PlaySound, CreateFrame, UIParent
+local CreateFrame, UIParent = CreateFrame, UIParent
 
 
 --[[-----------------------------------------------------------------------------