Mercurial > wow > askmrrobot
comparison Core.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 | 0515882856f1 |
| children | 5021d5125484 |
comparison
equal
deleted
inserted
replaced
| 90:db63475ef5d4 | 91:b8e9664d3229 |
|---|---|
| 87 lootWindow = {}, -- loot window position settings | 87 lootWindow = {}, -- loot window position settings |
| 88 shopWindow = {}, -- shopping list window position settings | 88 shopWindow = {}, -- shopping list window position settings |
| 89 options = { | 89 options = { |
| 90 autoGear = false, -- auto-equip saved gear sets when changing specs | 90 autoGear = false, -- auto-equip saved gear sets when changing specs |
| 91 shopAh = false, -- auto-show shopping list at AH | 91 shopAh = false, -- auto-show shopping list at AH |
| 92 disableEm = false, -- disable auto-creation of equipment manager sets | |
| 92 uiScale = 1 -- custom scale for AMR UI | 93 uiScale = 1 -- custom scale for AMR UI |
| 93 }, | 94 }, |
| 94 Logging = { -- global logging settings | 95 Logging = { -- global logging settings |
| 95 Auto = {} -- for each instanceId, for each difficultyId, true if auto-logging enabled | 96 Auto = {} -- for each instanceId, for each difficultyId, true if auto-logging enabled |
| 96 } | 97 } |
