Permit extraObjectives to display main objective text instead of custom string
Yttrium-tYcLief opened this issue ยท 1 comments
Using 11896 as an example:
Essentially, instead of having the following:
[11896] = {
[questKeys.extraObjectives] = {{nil, ICON_TYPE_SLAY, l10n("Robots weakened and destroyed"), 0, {{"monster", 25752}, {"monster", 25753}, {"monster", 25758}}},},
},
I'd like the following to be valid (for objective # 1):
[11896] = {
[questKeys.extraObjectives] = {{nil, ICON_TYPE_SLAY, 1, 0, {{"monster", 25752}, {"monster", 25753}, {"monster", 25758}}},},
},
In essence, I'd like to have the ExtraObjective text just reference a regular chosen objective's text. This would be especially helpful for the plethora of quests in WotLK that start taking advantage of "kill credit bunny" NPCs like this one that quests actually refer to under the hood. Another quest that would benefit from this off the top of my head is 11301.