diff options
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r-- | src/net/eathena/packetsin.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc index b4ab91b42..d59b6b3ac 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -978,6 +978,12 @@ if (packetVersion >= 20150513) packet(SMSG_QUEST_NOTIFY_OBJECTIVES, 0x08fe, -1, &QuestRecv::processUpdateQuestsObjectives2, 20150513); } +// 20160525 +if (packetVersion >= 20160525) +{ + packet(SMSG_CAMERA_INFO, 0x0a78, 15, &MapRecv::processCameraInfo, 20160525); +} + // 20150805 if (packetVersion >= 20150805) { |