16 lines
299 B
Lua
16 lines
299 B
Lua
local dungeon_rune_time = {
|
|
[1]={
|
|
["season"]=1,
|
|
["start_time"]="2023-9-19 00:00:00",
|
|
["end_time"]="2023-10-23 00:00:00"
|
|
},
|
|
[2]={
|
|
["season"]=2,
|
|
["start_time"]="2023-10-23 00:00:00",
|
|
["end_time"]="2023-11-22 00:00:00"
|
|
}
|
|
}
|
|
local config = {
|
|
data=dungeon_rune_time,count=2
|
|
}
|
|
return config |