Skip to content

Commit

Permalink
Fix Collection Enemy Data quest
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Apr 28, 2024
1 parent 249119a commit e095cd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -833,13 +833,13 @@ public String getSlotName() {

@Override
public void addToWorld() {
initNPC();
fillQuestInfo(
QUEST_NAME,
npc.getName() + " wants help collecting data on creatures found around Faimouni.",
false);
setBaseHOFScore(HOFScore.MEDIUM);

initNPC();
initQuest();
initShop();
}
Expand Down

0 comments on commit e095cd0

Please sign in to comment.