SpecialQuestType(int titleId, int descriptionId, int goal, SpecialQuestUpdateFlag updateFlag) {
        this.titleId = titleId;
        this.descriptionId = descriptionId;
        this.goal = goal;
        this.updateFlag = updateFlag;