mirror of
https://github.com/redstrate/Kawari.git
synced 2025-07-10 16:07:45 +00:00
7 lines
141 B
Lua
7 lines
141 B
Lua
|
required_rank = GM_RANK_DEBUG
|
||
|
command_sender = "[completeallquests] "
|
||
|
|
||
|
function onCommand(args, player)
|
||
|
player:complete_all_quests()
|
||
|
end
|