diff --git a/QHData-base/QHData-base.toc b/QHData-base/QHData-base.toc index f592fee..e62755f 100644 --- a/QHData-base/QHData-base.toc +++ b/QHData-base/QHData-base.toc @@ -1,4 +1,4 @@ -## Interface: 50001 +## Interface: 50100 ## Title: QuestHelper Data (Base) ## Author: zorbathut, smariot, vipersniper, nesher, nconantj ## Notes: Contains the data needed by QuestHelper diff --git a/QHData-deDE/QHData-deDE.toc b/QHData-deDE/QHData-deDE.toc index d3b994c..6a3c2bb 100644 --- a/QHData-deDE/QHData-deDE.toc +++ b/QHData-deDE/QHData-deDE.toc @@ -1,4 +1,4 @@ -## Interface: 50001 +## Interface: 50100 ## Title: QuestHelper Data (deDE) ## Author: zorbathut, smariot, vipersniper, nesher, nconantj ## Notes: Contains the data needed by QuestHelper diff --git a/QHData-enUS/QHData-enUS.toc b/QHData-enUS/QHData-enUS.toc index 9d9d8b9..9b46f9e 100644 --- a/QHData-enUS/QHData-enUS.toc +++ b/QHData-enUS/QHData-enUS.toc @@ -1,4 +1,4 @@ -## Interface: 50001 +## Interface: 50100 ## Title: QuestHelper Data (enUS) ## Author: zorbathut, smariot, vipersniper, nesher, nconantj ## Notes: Contains the data needed by QuestHelper diff --git a/QHData-esES/QHData-esES.toc b/QHData-esES/QHData-esES.toc index 7475440..614c693 100644 --- a/QHData-esES/QHData-esES.toc +++ b/QHData-esES/QHData-esES.toc @@ -1,4 +1,4 @@ -## Interface: 50001 +## Interface: 50100 ## Title: QuestHelper Data (esES) ## Author: zorbathut, smariot, vipersniper, nesher, nconantj ## Notes: Contains the data needed by QuestHelper diff --git a/QHData-esMX/QHData-esMX.toc b/QHData-esMX/QHData-esMX.toc index d6c45a4..5e0422e 100644 --- a/QHData-esMX/QHData-esMX.toc +++ b/QHData-esMX/QHData-esMX.toc @@ -1,4 +1,4 @@ -## Interface: 50001 +## Interface: 50100 ## Title: QuestHelper Data (esMX) ## Author: zorbathut, smariot, vipersniper, nesher, nconantj ## Notes: Contains the data needed by QuestHelper diff --git a/QHData-frFR/QHData-frFR.toc b/QHData-frFR/QHData-frFR.toc index 2476378..ab77424 100644 --- a/QHData-frFR/QHData-frFR.toc +++ b/QHData-frFR/QHData-frFR.toc @@ -1,4 +1,4 @@ -## Interface: 50001 +## Interface: 50100 ## Title: QuestHelper Data (frFR) ## Author: zorbathut, smariot, vipersniper, nesher, nconantj ## Notes: Contains the data needed by QuestHelper diff --git a/QHData-koKR/QHData-koKR.toc b/QHData-koKR/QHData-koKR.toc index df1ef71..39ef6de 100644 --- a/QHData-koKR/QHData-koKR.toc +++ b/QHData-koKR/QHData-koKR.toc @@ -1,4 +1,4 @@ -## Interface: 50001 +## Interface: 50100 ## Title: QuestHelper Data (koKR) ## Author: zorbathut, smariot, vipersniper, nesher, nconantj ## Notes: Contains the data needed by QuestHelper diff --git a/QHData-ruRU/QHData-ruRU.toc b/QHData-ruRU/QHData-ruRU.toc index b5adaf3..a40ff08 100644 --- a/QHData-ruRU/QHData-ruRU.toc +++ b/QHData-ruRU/QHData-ruRU.toc @@ -1,4 +1,4 @@ -## Interface: 50001 +## Interface: 50100 ## Title: QuestHelper Data (ruRU) ## Author: zorbathut, smariot, vipersniper, nesher, nconantj ## Notes: Contains the data needed by QuestHelper diff --git a/QHData-zhCN/QHData-zhCN.toc b/QHData-zhCN/QHData-zhCN.toc index 236f553..e7cb9e1 100644 --- a/QHData-zhCN/QHData-zhCN.toc +++ b/QHData-zhCN/QHData-zhCN.toc @@ -1,4 +1,4 @@ -## Interface: 50001 +## Interface: 50100 ## Title: QuestHelper Data (zhCN) ## Author: zorbathut, smariot, vipersniper, nesher, nconantj ## Notes: Contains the data needed by QuestHelper diff --git a/QHData-zhTW/QHData-zhTW.toc b/QHData-zhTW/QHData-zhTW.toc index 7e450e8..c289aad 100644 --- a/QHData-zhTW/QHData-zhTW.toc +++ b/QHData-zhTW/QHData-zhTW.toc @@ -1,4 +1,4 @@ -## Interface: 50001 +## Interface: 50100 ## Title: QuestHelper Data (zhTW) ## Author: zorbathut, smariot, vipersniper, nesher, nconantj ## Notes: Contains the data needed by QuestHelper diff --git a/QuestHelper/pref.lua b/QuestHelper/pref.lua index d85b247..d60a270 100644 --- a/QuestHelper/pref.lua +++ b/QuestHelper/pref.lua @@ -34,7 +34,7 @@ QuestHelper_DefaultPref = { arrow_locked = false, arrow_arrowsize = 1, arrow_textsize = 1, - metric = (QuestHelper_Locale ~= "enUS" and QuestHelper_Locale ~= "esMX), + metric = (QuestHelper_Locale ~= "enUS" and QuestHelper_Locale ~= "esMX"), flight_time = true, locale = GetLocale(), -- This variable is used for display purposes, and has nothing to do with the collected data. perf_scale_2 = 1, -- How much background processing can the current machine handle? Higher means more load, lower means better performance. @@ -45,4 +45,4 @@ QuestHelper_DefaultPref = { } -- We do it here also in case things decide they care about preferences before the init function is called. Shouldn't happen, but maybe does. -setmetatable(QuestHelper_Pref, {__index = QuestHelper_DefaultPref}) \ No newline at end of file +setmetatable(QuestHelper_Pref, {__index = QuestHelper_DefaultPref})