blob: ecaaf0331c3fc5a3a372101ba6a8de7818ca464c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Database Structure](Database-Structure) > [World-Database](World-Database) > [game_event](game_event)
Column | Type | Description
--- | --- | ---
EventEntry | tinyint(3) unsigned |
Start_time | timestamp |
End_time | timestamp |
Occurence | bigint(20) unsigned |
Length | bigint(20) unsigned |
Holiday | mediumint(8) unsigned |
Description | varchar(255) |
World_event | tinyint(3) unsigned |
|