Skip to content

Commit

Permalink
Update Traps for Klaas quest for checking completions
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Apr 16, 2024
1 parent 2cccd40 commit a45fc7b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/games/stendhal/server/maps/quests/TrapsForKlaas.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/***************************************************************************
* (C) Copyright 2003-2023 - Stendhal *
* (C) Copyright 2003-2024 - Stendhal *
***************************************************************************
***************************************************************************
* *
Expand Down Expand Up @@ -155,6 +155,9 @@ public BringItemQuestBuilder story() {
"You lost the note? Well, I could write another one. But it doesn't look like you have room to carry it.",
null);

// completions count is stored in 2nd index of quest slot
quest.setCompletionsIndexes(2);

return quest;
}

Expand Down

0 comments on commit a45fc7b

Please sign in to comment.