mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 06:11:47 +02:00
Purge the repo's other mods from moreores
This commit is contained in:
@ -25,7 +25,7 @@ pclasses.api.register_class("warrior", {
|
||||
}
|
||||
})
|
||||
|
||||
pclasses.api.reserve_item("warrior", "moreores:sword_mithril")
|
||||
pclasses.api.reserve_item("warrior", "default:sword_mithril")
|
||||
pclasses.api.reserve_item("warrior", "default:dungeon_master_s_blood_sword")
|
||||
|
||||
for _, i in pairs({"helmet", "chestplate", "boots", "leggings"}) do
|
||||
|
@ -48,7 +48,7 @@ mff.quests.quests = {
|
||||
description = "DAILY QUEST!\nGet two mithril ingot at the end!",
|
||||
repeating = 60*60*24,
|
||||
awards = {
|
||||
["moreores:mithril_ingot"] = 2
|
||||
["default:mithril_ingot"] = 2
|
||||
},
|
||||
tasks = {
|
||||
diggy = {
|
||||
|
Reference in New Issue
Block a user