Mercurial > wow > prospect-me
changeset 2:dabd5c6540ca v1.2.2-Beta
Fixed a bug with saved player configurations. Vetted some other minor updates.
author | Vynn |
---|---|
date | Tue, 16 Dec 2014 00:24:54 -0500 |
parents | 37751cf89a28 |
children | d72291422362 |
files | ProspectMe.toc ProspectMe_Config.lua |
diffstat | 2 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ProspectMe.toc Mon Dec 15 22:55:15 2014 -0500 +++ b/ProspectMe.toc Tue Dec 16 00:24:54 2014 -0500 @@ -2,7 +2,7 @@ ## Title: Prospect Me ## Notes: An addon for tracking the results of prospecting. ## Author: Vynn of Khadgar (US) -## Version: 1.2.1 +## Version: 1.2.2 ## SavedVariables: PM_ResultsTable, PM_ItemTable, PM_Config ## X-Category: ## X-Website:
--- a/ProspectMe_Config.lua Mon Dec 15 22:55:15 2014 -0500 +++ b/ProspectMe_Config.lua Tue Dec 16 00:24:54 2014 -0500 @@ -1,4 +1,6 @@ -PM_Config = {} +if not PM_Config then + PM_Config = {} +end local ProspectMeFrame = CreateFrame( "Frame", "PM_ConfigFrame", InterfaceOptionsFramePanelContainer) local Title = PM_ConfigFrame:CreateFontString( "ProspectMeTitle", nil, "GameFontNormalLarge")