Mercurial > wow > worldplan
diff WorldPlan.lua @ 48:c0b88bd1e40b
- Fixed frame update flagging after proper reward data is processed, which probably also fixes the issue of loaded data mysteriously vanishing.
author | Nenue |
---|---|
date | Tue, 27 Dec 2016 19:46:40 -0500 |
parents | 733785e306a3 |
children | dbd81d49af02 |
line wrap: on
line diff
--- a/WorldPlan.lua Tue Dec 27 17:29:23 2016 -0500 +++ b/WorldPlan.lua Tue Dec 27 19:46:40 2016 -0500 @@ -510,7 +510,7 @@ info.checked = config.DisplayContinentSummary info.func = DropDown_OnClick UIDropDownMenu_AddButton(info) - + --[[ info.text = "Nudge Pins" info.isNotRadio = true @@ -529,6 +529,7 @@ info.checked = config.FadeWhileGrouped info.func = DropDown_OnClick UIDropDownMenu_AddButton(info) + --]] end --------------------------------------------------------------------------------------------------------------------