Mercurial > wow > askmrrobot
diff Gear.lua @ 91:b8e9664d3229 v43
option to disable equipment manager sets, minor artifact/talent bug fixes
author | yellowfive |
---|---|
date | Wed, 21 Sep 2016 00:14:22 -0700 |
parents | 6bbe64d587b4 |
children | c1996b3376ed |
line wrap: on
line diff
--- a/Gear.lua Sun Sep 18 21:49:46 2016 -0700 +++ b/Gear.lua Wed Sep 21 00:14:22 2016 -0700 @@ -460,6 +460,8 @@ end local function onEquipGearSetComplete() + if Amr.db.profile.options.disableEm then return end + -- create an equipment manager set local specId, specName = GetSpecializationInfo(GetSpecialization())