diff options
| author | Stoabrogga <38475780+Stoabrogga@users.noreply.github.com> | 2019-11-21 07:53:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-21 07:53:03 +0100 |
| commit | 77f13f2d857781ca70402c123d5033c368158933 (patch) | |
| tree | 3f4bda98532fd945cef31cff3e6f1b90f319c386 | |
| parent | 50d6218e543f1385f9fe7e0cddd0dba289f6e059 (diff) | |
| download | wiki-77f13f2d857781ca70402c123d5033c368158933.tar.gz wiki-77f13f2d857781ca70402c123d5033c368158933.tar.bz2 wiki-77f13f2d857781ca70402c123d5033c368158933.zip | |
Update game_event table description (#142)
| -rw-r--r-- | docs/game_event.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/game_event.md b/docs/game_event.md index 7ce69e8..2ac7ef3 100644 --- a/docs/game_event.md +++ b/docs/game_event.md @@ -51,7 +51,7 @@ This table holds definitions for all game events that are activated or deactivat <td><p>NULL</p></td> <td><p><br /> </p></td> -<td><p>Absolute end date, the event will never start after</p></td> +<td><p>Absolute end date, the event will never start after; if NULL it will be implicitly set to 2 years in the future on each server start</p></td> </tr> <tr class="odd"> <td><p><a href="http://collab.kpsn.org#occurrence">occurrence</a></p></td> |
