landsandboat/scripts/enum/quest_log.lua
Xaver-DaRed 371be5fae5 Create quest and fame enum files
This are the important changes
2024-04-23 21:30:51 +02:00

16 lines
275 B
Lua

xi = xi or {}
xi.questLog =
{
SANDORIA = 0,
BASTOK = 1,
WINDURST = 2,
JEUNO = 3,
OTHER_AREAS = 4,
OUTLANDS = 5,
AHT_URHGAN = 6,
CRYSTAL_WAR = 7,
ABYSSEA = 8,
ADOULIN = 9,
COALITION = 10,
}