Skip to content

Commit

Permalink
Update rapier_quest.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
majestyotbr committed Jan 11, 2024
1 parent a7572dd commit bebe456
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function rapierQuest.onUse(player, item, fromPosition, target, toPosition, isHot
else
player:sendTextMessage(MESSAGE_EVENT_ADVANCE, "You have found a rapier.")
player:addItem(3272, 1)
player:kv():scoped("quests"):scoped("rapier"):set("completed", true)
player:questKV("rapier"):set("completed", true)
end
return true
end
Expand Down

0 comments on commit bebe456

Please sign in to comment.