alter table quests add column hide_reward tinyint(3) unsigned not null default 0;
alter table character_quests add column status_to_earn int(10) unsigned not null default 0; alter table quests add column status_to_earn_min int(10) not null default 0; alter table quests add column status_to_earn_max int(10) not null default 0;