blob: 235cc62118ab684578668e2ae493f08fcfe35fad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Database Structure](Database-Structure) > [Character-Database](Character-Database) > [calendar_events](calendar_events)
Column | Type | Description
--- | --- | ---
Id | bigint(20) unsigned |
Creator | int(10) unsigned |
Title | varchar(255) |
Description | varchar(255) |
Type | tinyint(1) unsigned |
Dungeon | int(10) |
Eventtime | int(10) unsigned |
Flags | int(10) unsigned |
Time2 | int(10) unsigned |
|