Skip to content

Commit

Permalink
Write patchnotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tga123 authored Oct 19, 2023
1 parent 5e0f01e commit 7fa7144
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -794,14 +794,14 @@ _V["SETTING_LIST"] = {
,["getValueFunc"] = function() return WQT.settings.general.df_goldPurses end
}

,{["template"] = "WQT_SettingCheckboxTemplate", ["categoryID"] = "GENERAL_SHADOWLANDS", ["label"] = _L["CALLINGS_BOARD"], ["tooltip"] = _L["CALLINGS_BOARD_TT"], ["isNew"] = true
,{["template"] = "WQT_SettingCheckboxTemplate", ["categoryID"] = "GENERAL_SHADOWLANDS", ["label"] = _L["CALLINGS_BOARD"], ["tooltip"] = _L["CALLINGS_BOARD_TT"]
, ["valueChangedFunc"] = function(value)
WQT.settings.general.sl_callingsBoard = value;
WQT_CallingsBoard:UpdateVisibility();
end
,["getValueFunc"] = function() return WQT.settings.general.sl_callingsBoard end
}
,{["template"] = "WQT_SettingCheckboxTemplate", ["categoryID"] = "GENERAL_SHADOWLANDS", ["label"] = _L["GENERIC_ANIMA"], ["tooltip"] = _L["GENERIC_ANIMA_TT"], ["isNew"] = true
,{["template"] = "WQT_SettingCheckboxTemplate", ["categoryID"] = "GENERAL_SHADOWLANDS", ["label"] = _L["GENERIC_ANIMA"], ["tooltip"] = _L["GENERIC_ANIMA_TT"]
, ["valueChangedFunc"] = function(value)
WQT.settings.general.sl_genericAnimaIcons = value;
WQT_WorldQuestFrame.dataProvider:ReloadQuestRewards();
Expand Down Expand Up @@ -1530,6 +1530,12 @@ end

-- This is just easier to maintain than changing the entire string every time
_V["PATCH_NOTES"] = {
{["version"] = "10.1.7.0",
["intro"] = { "Update for 10.1.7." },
["new"] ={
"Added option to treat Dragonflight dragon racer's purse rewards as gold.",
},
},
{["version"] = "10.1.5.0",
["intro"] = { "Update for 10.1.5." },
["changes"] = {
Expand Down

0 comments on commit 7fa7144

Please sign in to comment.