blob: d39d5f63317c052c9353c9cde1d8666ab6ac8f33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# holiday\_dates
[<-Back-to:World](database-world.md)
**The \`holiday\_dates\` table**
`table-no-description`
**Structure**
| Field | Type | Attribute | Key | Null | Default | Extra | Comment |
|:-----------------|---------|-----------|-----|------|---------|-------|---------|
| id | INT | UNSIGNED | PRI | NO | | | |
| date_id | TINYINT | UNSIGNED | PRI | NO | | | |
| date_value | INT | UNSIGNED | | NO | | | |
| holiday_duration | INT | UNSIGNED | | NO | 0 | | |
**Description of fields:**
### id
Holiday id from Holidays.dbc
### date_id
Unique id.
### date_value
Start date in blizztime. Use [https://github.com/The-Cataclysm-Preservation-Project/Packet-BlizzTime-tool](https://github.com/The-Cataclysm-Preservation-Project/Packet-BlizzTime-tool) to get the correct value.
### holiday_duration
`field-no-description|4`
|