TODO: Don't use functions for special quest types. Instead create booleans when creating quest object.
Laumesis opened this issue ยท 0 comments
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
?)
Questie/Database/QuestieDB.lua
Lines 304 to 306 in 2183099