mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-02-04 09:15:08 +01:00
change Enumerated Quest format
This commit is contained in:
@@ -2,10 +2,11 @@ BEGIN;
|
||||
|
||||
create table if not exists event_quests
|
||||
(
|
||||
id serial primary key,
|
||||
id serial primary key,
|
||||
max_players integer,
|
||||
quest_type integer,
|
||||
quest_id uint16 not null
|
||||
quest_type integer not null,
|
||||
quest_id integer not null,
|
||||
mark integer
|
||||
);
|
||||
|
||||
END;
|
||||
Reference in New Issue
Block a user