questing failsafes

This commit is contained in:
2025-01-19 15:51:44 -06:00
parent 15bea0df04
commit 76bb31be84
+1 -1
View File
@@ -65,7 +65,7 @@ public class QuestManager {
}
//notify the player they have completed their quest
ErrorPopupMsg.sendErrorMsg(pc, "You have completed the quest: " + obj.QuestName +"! " + "Experience Reward: " + (int) (Experience.maxXPPerKill(pc.getLevel()) * 10) + " Gold Reward: " + (int) Experience.maxXPPerKill(pc.getLevel()));
ErrorPopupMsg.sendErrorMsg(pc, "You have completed the quest: " + obj.QuestName +"!");
//add completed quest to completion log
if (completedQuests.containsKey(pc)) {