Back to 'graveyard_zone' Return to world Go to 'instance_encounters'
This table is used to extend the values of holiday.dbc. Data of holidays in this table is sent to client to update the calendar.
Field | Type | Attributes | 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 |
Holiday ID from Holidays.dbc
Unique ID. Must be consecutive from 0 to 25 (including existing values in Holidays.dbc)
Start date in BlizzTime. Use https://github.com/The-Cataclysm-Preservation-Project/Packet-BlizzTime-tool to get the correct value.
From wowdev.wiki:
Packed blizzdate (integers with bits (LSB->MSB) 6: minutes, 5: hours, 3: day of week, 6: day of month, 4: month, 5: year, 2: time zone, 1: unused)
Epochdate=01.01.2000-00:00
Event duration in hours.
Back to 'graveyard_zone' Return to world Go to 'instance_encounters'