# HG changeset patch # User Vynn # Date 1418707494 18000 # Node ID dabd5c6540ca1be32d00414835cc157890d6cb00 # Parent 37751cf89a28458fdecac54f26a1f20819184612 Fixed a bug with saved player configurations. Vetted some other minor updates. diff -r 37751cf89a28 -r dabd5c6540ca ProspectMe.toc --- 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: diff -r 37751cf89a28 -r dabd5c6540ca ProspectMe_Config.lua --- 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")