Add a way to translate extraObjectives
Iowerth opened this issue · 2 comments
There are some quests which are not translated yet. Currently they are hard coded in the database corrections and therefore not translatable. For example:
Strings in \Questie\Database\Corrections\TBC\tbcQuestFixes.lua for it:
[11065] = {
[questKeys.requiredLevel] = 70,
[questKeys.preQuestSingle] = {11010},
[questKeys.extraObjectives] = {{nil, ICON_TYPE_SLAY, "Use Wrangling Rope on weakened Aether Rays", 0, {{"monster", 22181}}}}
},
[11066] = {
[questKeys.extraObjectives] = {{nil, ICON_TYPE_SLAY, "Use Wrangling Rope on weakened Aether Rays", 0, {{"monster", 22181}}}}
},