Add support for codexQuests (#870)

This commit is contained in:
ShigemoriHakura
2022-05-14 07:33:07 +08:00
committed by GitHub
parent ab6aa96144
commit 749ef3ff23
8 changed files with 139 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());