Questie

Questie

116M Downloads

TODO: Don't use functions for special quest types. Instead create booleans when creating quest object.

Laumesis opened this issue ยท 0 comments

commented

For example code below shouldn't do this as a function and check always if the table contains questid. Instead when quest objective is created store enable/false boolean into QO.IsAQWarEffortQuest. (Or should it be .isAQWarEffortQuest?)

function QuestieDB:IsAQWarEffortQuest(questId)
return QuestieQuestBlacklist.AQWarEffortQuests[questId]
end