mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-12 15:04:38 +01:00
Merge pull request #130 from Brentdbr/ncafe
modified NetcafeDefaults to contain the retail Netcafe point rewards.
This commit is contained in:
@@ -1,13 +1,15 @@
|
|||||||
BEGIN;
|
BEGIN;
|
||||||
|
|
||||||
|
TRUNCATE public.cafebonus;
|
||||||
|
|
||||||
INSERT INTO public.cafebonus (time_req, item_type, item_id, quantity)
|
INSERT INTO public.cafebonus (time_req, item_type, item_id, quantity)
|
||||||
VALUES
|
VALUES
|
||||||
(1800, 17, 0, 250),
|
(1800, 17, 0, 50),
|
||||||
(3600, 17, 0, 500),
|
(3600, 17, 0, 100),
|
||||||
(7200, 17, 0, 1000),
|
(7200, 17, 0, 200),
|
||||||
(10800, 17, 0, 1500),
|
(10800, 17, 0, 300),
|
||||||
(18000, 17, 0, 1750),
|
(18000, 17, 0, 350),
|
||||||
(28800, 17, 0, 3000),
|
(28800, 17, 0, 500),
|
||||||
(43200, 17, 0, 4000);
|
(43200, 17, 0, 500);
|
||||||
|
|
||||||
END;
|
END;
|
||||||
Reference in New Issue
Block a user