mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-10 21:12:57 +08:00
Temporarily fix issue with all quests being added at once
This commit is contained in:
parent
6c1cff38b4
commit
2a5c7bf75c
@ -95,8 +95,9 @@ public class QuestManager extends BasePlayerManager {
|
|||||||
// TODO scan the quest and start the quest with acceptCond fulfilled
|
// 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
|
// The off send 3 request in that order: 1. FinishedParentQuestNotify, 2. QuestListNotify, 3. ServerCondMeetQuestListUpdateNotify
|
||||||
|
|
||||||
if(this.isQuestingEnabled()) {
|
if (this.isQuestingEnabled()) {
|
||||||
this.enableQuests();
|
// this.enableQuests();
|
||||||
|
this.addQuest(35104);
|
||||||
}
|
}
|
||||||
|
|
||||||
//getPlayer().sendPacket(new PacketFinishedParentQuestUpdateNotify(newQuests));
|
//getPlayer().sendPacket(new PacketFinishedParentQuestUpdateNotify(newQuests));
|
||||||
|
Loading…
Reference in New Issue
Block a user