Quick 7.1.5 update

Again, nothing major. Just version increment changes here.
This commit is contained in:
Nighthawk
2017-01-18 23:28:03 -05:00
committed by GitHub
parent f52fa0e55f
commit a052d50ee0
+3 -3
View File
@@ -1,5 +1,5 @@
local Bejeweled = Bejeweled or {}
Bejeweled.version = "Version 7.1"
Bejeweled.version = "Version 7.1.5"
Bejeweled.splashDisplayTime = 3
local t = "Interface\\AddOns\\Bejeweled"
local l = "Interface\\AddOns\\Bejeweled\\images\\"
@@ -381,7 +381,7 @@ BejeweledProfile = {
["showFlightTooltips"] = 1,
["defaultPublish"] = "GUILD"
},
["version"] = 7.1,
["version"] = 7.1.5,
["scoresUpdated"] = true,
["scoresPopup"] = true,
["scoreList"] = {
@@ -3462,7 +3462,7 @@ function Bejeweled:UpdateSavedVariablesDatabase()
local o = UnitName("player")
if (BejeweledProfile) then
if not BejeweledProfile.version then
BejeweledProfile.version = 7.1
BejeweledProfile.version = 7.1.5
BejeweledProfile.scoresUpdated = nil
BejeweledProfile.scoresPopup = nil
BejeweledProfile.settings.defaultPublish = "GUILD"