Temporarily fix issue with all quests being added at once

This commit is contained in:
KingRainbow44 2023-04-14 00:35:16 -04:00
parent 6c1cff38b4
commit 2a5c7bf75c
No known key found for this signature in database
GPG Key ID: FC2CB64B00D257BE

View File

@ -95,8 +95,9 @@ public class QuestManager extends BasePlayerManager {
// TODO scan the quest and start the quest with acceptCond fulfilled
// The off send 3 request in that order: 1. FinishedParentQuestNotify, 2. QuestListNotify, 3. ServerCondMeetQuestListUpdateNotify
if(this.isQuestingEnabled()) {
this.enableQuests();
if (this.isQuestingEnabled()) {
// this.enableQuests();
this.addQuest(35104);
}
//getPlayer().sendPacket(new PacketFinishedParentQuestUpdateNotify(newQuests));