1
0
EQ2Emu/docs/lua_functions/SetZoneHolidayFlag.md
2025-05-25 21:42:32 -04:00

15 lines
285 B
Markdown

### Function: SetZoneHolidayFlag(zone, holidayFlag)
**Description:**
Set's the current zone's holiday flag.
**Parameters:**
- `zone` (Zone) - Zone object representing `zone`.
- `holidayFlag` (uint32) - Integer value `holidayFlag`.
**Returns:** None.
**Example:**
Example Required