Add support for codexQuests (#870)

This commit is contained in:
ShigemoriHakura
2022-05-14 07:33:07 +08:00
committed by GitHub
parent 4f3112133c
commit 44456e2868
13 changed files with 205 additions and 1 deletions

View File

@@ -1212,6 +1212,7 @@ public class Player {
session.send(new PacketAvatarDataNotify(this));
session.send(new PacketFinishedParentQuestNotify(this));
session.send(new PacketQuestListNotify(this));
session.send(new PacketCodexDataFullNotify(this));
session.send(new PacketServerCondMeetQuestListUpdateNotify(this));
session.send(new PacketAllWidgetDataNotify(this));
session.send(new PacketWidgetGadgetAllDataNotify());