mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-16 17:05:03 +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_type integer not null,
|
||||||
quest_id integer not null,
|
quest_id integer not null,
|
||||||
mark integer,
|
mark integer,
|
||||||
weekly_cycle INT,
|
weekly_cycle integer default 1,
|
||||||
available_in_all_cycles bool default true
|
available_in_all_cycles bool default true
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user