mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-14 16:04:38 +01:00
feature: JPK encryption and databased events
This commit is contained in:
11
patch-schema/event_quests.sql
Normal file
11
patch-schema/event_quests.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
BEGIN;
|
||||
|
||||
create table if not exists event_quests
|
||||
(
|
||||
id serial,
|
||||
max_players integer,
|
||||
quest_type integer,
|
||||
quest_id uint16 not null
|
||||
);
|
||||
|
||||
END;
|
||||
Reference in New Issue
Block a user