mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-05 01:50:25 +01:00
Fix new quests rewards
This commit is contained in:
parent
6efa75649a
commit
c89caa1def
|
@ -45,10 +45,10 @@ mff.quests.quests = {
|
|||
},
|
||||
still_testing_quests3 = {
|
||||
title = "Shiny diamonds",
|
||||
description = "DAILY QUEST!\nGet two mithril ingot at the end!",
|
||||
description = "DAILY QUEST!\nGet one mithril ingot at the end!",
|
||||
repeating = 60*60*24,
|
||||
awards = {
|
||||
["default:mithril_ingot"] = 2
|
||||
["default:mithril_ingot"] = 1
|
||||
},
|
||||
tasks = {
|
||||
diggy = {
|
||||
|
@ -81,10 +81,10 @@ mff.quests.quests = {
|
|||
},
|
||||
still_testing_quests5 = {
|
||||
title = "Great miner",
|
||||
description = "DAILY QUEST!\nGet one mithril pickaxe at the end!",
|
||||
description = "DAILY QUEST!\nGet two mithril ingot at the end!",
|
||||
repeating = 60*60*24,
|
||||
awards = {
|
||||
["default:pick_mithril"] = 1
|
||||
["default:mithril_ingot"] = 2
|
||||
},
|
||||
tasks = {
|
||||
diggy = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user