mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-15 08:25:09 +01:00
Update default weeklyCycle value
This value cannot be null or the quests won't appear in game.
This commit is contained in:
@@ -7,7 +7,7 @@ create table if not exists event_quests
|
||||
quest_type integer not null,
|
||||
quest_id integer not null,
|
||||
mark integer,
|
||||
weekly_cycle INT,
|
||||
weekly_cycle integer default 1,
|
||||
available_in_all_cycles bool default true
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user