i would appreciate it if the questdb would get the same nice logic like the itemdb.
// Quest ID,Time Limit,Target1,Val1,Target2,Val2,Target3,Val3,Quest Title
to
// Quest ID,Time Limit,Target1,Val1,Target2,Val2,Target3,Val3,Quest Title
Code:
1179,0,0,0,0,0,0,0,"Rumor, Time and Legend"1154,0,2197,20,0,0,0,0,"Help the poor cat"
to
Code:
{Id : 1179,Quest_Title: "Rumor, Time and Legend",},{Id: 1154,Hunt1: 2197 || RED_ERUMA,Value1: 20,Quest_Title: "Help the poor cat",}