unhide EnumerateQuest packet logs

This commit is contained in:
wish
2023-03-11 00:57:14 +11:00
parent 051f2d2a4d
commit ab4669acc9

View File

@@ -228,7 +228,6 @@ func ignored(opcode network.PacketID) bool {
network.MSG_SYS_TIME,
network.MSG_SYS_EXTEND_THRESHOLD,
network.MSG_SYS_POSITION_OBJECT,
network.MSG_MHF_ENUMERATE_QUEST,
network.MSG_MHF_SAVEDATA,
}
set := make(map[network.PacketID]struct{}, len(ignoreList))