Mercurial > wow > askmrrobot
diff ui/AmrUiFrame.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/AmrUiFrame.lua Wed Jul 18 16:44:04 2018 -0700 +++ b/ui/AmrUiFrame.lua Wed Jul 25 12:17:24 2018 -0700 @@ -5,7 +5,6 @@ local AceGUI = LibStub and LibStub("AceGUI-3.0", true) if not AceGUI or (AceGUI:GetWidgetVersion(Type) or 0) >= Version then return end -local L = LibStub("AceLocale-3.0"):GetLocale("AskMrRobot", true) local Amr = LibStub("AceAddon-3.0"):GetAddon("AskMrRobot") -- Lua APIs @@ -13,7 +12,6 @@ local wipe = table.wipe -- WoW APIs -local PlaySound = PlaySound local CreateFrame, UIParent = CreateFrame, UIParent -- Global vars/functions that we don't upvalue since they might get hooked, or upgraded