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)
|
||||
## Author: zorbathut, smariot, vipersniper, nesher, nconantj
|
||||
## Notes: Contains the data needed by QuestHelper
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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})
|
||||
setmetatable(QuestHelper_Pref, {__index = QuestHelper_DefaultPref})
|
||||
|
|
Référencer dans un nouveau ticket