mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-24 03:39:49 +08:00
Add support for codexQuests (#870)
This commit is contained in:
committed by
GitHub
Unverified
parent
4f3112133c
commit
44456e2868
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user