9 lines
143 B
Lua
9 lines
143 B
Lua
function update(data)
|
|
data.log = {
|
|
aimessage = jobject(),
|
|
questtrigger = jobject(),
|
|
statistic = jobject()
|
|
}
|
|
|
|
return data
|
|
end
|