diff --git a/schemas/bundled-schema/NetcafeDefaults.sql b/schemas/bundled-schema/NetcafeDefaults.sql index 458cfa7b9..dd0b101b2 100644 --- a/schemas/bundled-schema/NetcafeDefaults.sql +++ b/schemas/bundled-schema/NetcafeDefaults.sql @@ -1,13 +1,15 @@ BEGIN; +TRUNCATE public.cafebonus; + INSERT INTO public.cafebonus (time_req, item_type, item_id, quantity) VALUES - (1800, 17, 0, 250), - (3600, 17, 0, 500), - (7200, 17, 0, 1000), - (10800, 17, 0, 1500), - (18000, 17, 0, 1750), - (28800, 17, 0, 3000), - (43200, 17, 0, 4000); + (1800, 17, 0, 50), + (3600, 17, 0, 100), + (7200, 17, 0, 200), + (10800, 17, 0, 300), + (18000, 17, 0, 350), + (28800, 17, 0, 500), + (43200, 17, 0, 500); END; \ No newline at end of file