diff options
Diffstat (limited to 'src/c')
| -rw-r--r-- | src/c/event.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/c/event.c b/src/c/event.c index 779be43..36b0529 100644 --- a/src/c/event.c +++ b/src/c/event.c @@ -446,6 +446,13 @@ static const struct Gw2Event event_list[] = { .location = "Starlit Weald", .schedule_hours = 2, }, + { + .name = "Shackles of the Ancients", + .utc_offset = TIME2MIN(01,10), + .category = VOE, + .location = "Eternity's Garden", + .schedule_hours = 2, + }, }; /* these events have no regular schedule */ |
