Updated interface versions for remaining toc files.
Fixed an unterminated string in pref.lua. (Yeah, I copied by typing, rather than copy and paste... shame on me.)
Cette révision appartient à :
Parent
d7b73376b1
révision
6a137a38a8
11 fichiers modifiés avec 12 ajouts et 12 suppressions
|
@ -1,4 +1,4 @@
|
||||||
## Interface: 50001
|
## Interface: 50100
|
||||||
## Title: QuestHelper Data (Base)
|
## Title: QuestHelper Data (Base)
|
||||||
## Author: zorbathut, smariot, vipersniper, nesher, nconantj
|
## Author: zorbathut, smariot, vipersniper, nesher, nconantj
|
||||||
## Notes: Contains the data needed by QuestHelper
|
## Notes: Contains the data needed by QuestHelper
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
## Interface: 50001
|
## Interface: 50100
|
||||||
## Title: QuestHelper Data (deDE)
|
## Title: QuestHelper Data (deDE)
|
||||||
## Author: zorbathut, smariot, vipersniper, nesher, nconantj
|
## Author: zorbathut, smariot, vipersniper, nesher, nconantj
|
||||||
## Notes: Contains the data needed by QuestHelper
|
## Notes: Contains the data needed by QuestHelper
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
## Interface: 50001
|
## Interface: 50100
|
||||||
## Title: QuestHelper Data (enUS)
|
## Title: QuestHelper Data (enUS)
|
||||||
## Author: zorbathut, smariot, vipersniper, nesher, nconantj
|
## Author: zorbathut, smariot, vipersniper, nesher, nconantj
|
||||||
## Notes: Contains the data needed by QuestHelper
|
## Notes: Contains the data needed by QuestHelper
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
## Interface: 50001
|
## Interface: 50100
|
||||||
## Title: QuestHelper Data (esES)
|
## Title: QuestHelper Data (esES)
|
||||||
## Author: zorbathut, smariot, vipersniper, nesher, nconantj
|
## Author: zorbathut, smariot, vipersniper, nesher, nconantj
|
||||||
## Notes: Contains the data needed by QuestHelper
|
## Notes: Contains the data needed by QuestHelper
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
## Interface: 50001
|
## Interface: 50100
|
||||||
## Title: QuestHelper Data (esMX)
|
## Title: QuestHelper Data (esMX)
|
||||||
## Author: zorbathut, smariot, vipersniper, nesher, nconantj
|
## Author: zorbathut, smariot, vipersniper, nesher, nconantj
|
||||||
## Notes: Contains the data needed by QuestHelper
|
## Notes: Contains the data needed by QuestHelper
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
## Interface: 50001
|
## Interface: 50100
|
||||||
## Title: QuestHelper Data (frFR)
|
## Title: QuestHelper Data (frFR)
|
||||||
## Author: zorbathut, smariot, vipersniper, nesher, nconantj
|
## Author: zorbathut, smariot, vipersniper, nesher, nconantj
|
||||||
## Notes: Contains the data needed by QuestHelper
|
## Notes: Contains the data needed by QuestHelper
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
## Interface: 50001
|
## Interface: 50100
|
||||||
## Title: QuestHelper Data (koKR)
|
## Title: QuestHelper Data (koKR)
|
||||||
## Author: zorbathut, smariot, vipersniper, nesher, nconantj
|
## Author: zorbathut, smariot, vipersniper, nesher, nconantj
|
||||||
## Notes: Contains the data needed by QuestHelper
|
## Notes: Contains the data needed by QuestHelper
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
## Interface: 50001
|
## Interface: 50100
|
||||||
## Title: QuestHelper Data (ruRU)
|
## Title: QuestHelper Data (ruRU)
|
||||||
## Author: zorbathut, smariot, vipersniper, nesher, nconantj
|
## Author: zorbathut, smariot, vipersniper, nesher, nconantj
|
||||||
## Notes: Contains the data needed by QuestHelper
|
## Notes: Contains the data needed by QuestHelper
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
## Interface: 50001
|
## Interface: 50100
|
||||||
## Title: QuestHelper Data (zhCN)
|
## Title: QuestHelper Data (zhCN)
|
||||||
## Author: zorbathut, smariot, vipersniper, nesher, nconantj
|
## Author: zorbathut, smariot, vipersniper, nesher, nconantj
|
||||||
## Notes: Contains the data needed by QuestHelper
|
## Notes: Contains the data needed by QuestHelper
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
## Interface: 50001
|
## Interface: 50100
|
||||||
## Title: QuestHelper Data (zhTW)
|
## Title: QuestHelper Data (zhTW)
|
||||||
## Author: zorbathut, smariot, vipersniper, nesher, nconantj
|
## Author: zorbathut, smariot, vipersniper, nesher, nconantj
|
||||||
## Notes: Contains the data needed by QuestHelper
|
## Notes: Contains the data needed by QuestHelper
|
||||||
|
|
|
@ -34,7 +34,7 @@ QuestHelper_DefaultPref = {
|
||||||
arrow_locked = false,
|
arrow_locked = false,
|
||||||
arrow_arrowsize = 1,
|
arrow_arrowsize = 1,
|
||||||
arrow_textsize = 1,
|
arrow_textsize = 1,
|
||||||
metric = (QuestHelper_Locale ~= "enUS" and QuestHelper_Locale ~= "esMX),
|
metric = (QuestHelper_Locale ~= "enUS" and QuestHelper_Locale ~= "esMX"),
|
||||||
flight_time = true,
|
flight_time = true,
|
||||||
locale = GetLocale(), -- This variable is used for display purposes, and has nothing to do with the collected data.
|
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.
|
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.
|
-- 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})
|
setmetatable(QuestHelper_Pref, {__index = QuestHelper_DefaultPref})
|
||||||
|
|
Référencer dans un nouveau ticket