diff --git a/setup.sql b/setup.sql index b10895a3..f7e73673 100644 --- a/setup.sql +++ b/setup.sql @@ -83,12 +83,12 @@ CREATE TABLE IF NOT EXISTS daily_quests ( fished_pufferfish BIGINT NOT NULL DEFAULT 0, fished_rainbow_trout BIGINT NOT NULL DEFAULT 0, fished_gold_fish BIGINT NOT NULL DEFAULT 0, - fished_emerald_fish BIGINT NOT NULL DEFAULT 0 --- farmed_wheat BIGINT NOT NULL DEFAULT 0, --- farmed_carrots BIGINT NOT NULL DEFAULT 0, --- farmed_potatoes BIGINT NOT NULL DEFAULT 0, --- farmed_melon BIGINT NOT NULL DEFAULT 0, --- farmed_chorus_fruit BIGINT NOT NULL DEFAULT 0, + fished_emerald_fish BIGINT NOT NULL DEFAULT 0, + farmed_wheat BIGINT NOT NULL DEFAULT 0, + farmed_carrot BIGINT NOT NULL DEFAULT 0, + farmed_potato BIGINT NOT NULL DEFAULT 0, + farmed_melon BIGINT NOT NULL DEFAULT 0, + farmed_chorus_fruit BIGINT NOT NULL DEFAULT 0 -- killed_zombies BIGINT NOT NULL DEFAULT 0, -- killed_skeletons BIGINT NOT NULL DEFAULT 0, -- killed_spiders BIGINT NOT NULL DEFAULT 0,