mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 23:44:52 +01:00
handle receiving multiple items
This commit is contained in:
@@ -6,7 +6,7 @@ ALTER TABLE IF EXISTS public.characters
|
||||
CREATE TABLE IF NOT EXISTS public.cafebonus
|
||||
(
|
||||
id integer NOT NULL PRIMARY KEY,
|
||||
seconds_req integer NOT NULL,
|
||||
time_req integer NOT NULL,
|
||||
item_type integer NOT NULL,
|
||||
item_id integer NOT NULL,
|
||||
quantity integer NOT NULL
|
||||
|
||||
Reference in New Issue
Block a user