View Single Post
08/09/15, 06:44 AM   #1
merlight
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 671
[outdated] Make crafting quest conditionText consistent in API

function GetJournalQuestConditionInfo() returns conditionText with values included, e.g. "Craft Shadowspun Shoes: 0 / 2"
EVENT_QUEST_CONDITION_COUNTER_CHANGED receives conditionText without values, e.g. "Craft Shadowspun Shoes"

GetJournalQuestConditionInfo() shouldn't append the values, it returns them separately anyway.

Well, the conditionText from EVENT_QUEST_CONDITION_COUNTER_CHANGED is never used in the core UI, but I still think that's the correct form.

Last edited by merlight : 08/09/15 at 07:31 AM.