c1_lua/lua/app/config/dungeon_rune_time.lua
2023-09-08 18:53:46 +08:00

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