mirror of
https://github.com/Nighthawk42/wow_bejeweled.git
synced 2026-09-04 23:02:26 +00:00
Quick 7.1.5 update
Again, nothing major. Just version increment changes here.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user