landsandboat/scripts/enum/legion.lua

21 lines
510 B
Lua

-----------------------------------
-- Legion
-----------------------------------
xi = xi or {}
xi.legion = xi.legion or {}
--- Reserved zone stored in Legion Pass exdata for client rendering
---@enum xi.legion.title
xi.legion.title =
{
HALL_OF_AN_18 = 751,
HALL_OF_AN_36 = 752,
HALL_OF_KI_18 = 753,
HALL_OF_KI_36 = 754,
HALL_OF_IM_18 = 755,
HALL_OF_IM_36 = 756,
HALL_OF_MURU_18 = 757,
HALL_OF_MURU_36 = 758,
HALL_OF_MULL_18 = 759,
HALL_OF_MULL_36 = 760,
}