summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-04-17 23:45:47 +0300
committerAndrei Karas <akaras@inbox.ru>2018-04-17 23:45:47 +0300
commite7f9514cab45863edf6a613ef8563bb15ff66e96 (patch)
tree24b5fd3ab69fffdea933122b0e2aec076d3d22b4 /src/net/eathena/packetsin.inc
parent0f253bcecd8216ab990d79b2b0db18e527ab563f (diff)
downloadManaVerse-e7f9514cab45863edf6a613ef8563bb15ff66e96.tar.gz
ManaVerse-e7f9514cab45863edf6a613ef8563bb15ff66e96.tar.bz2
ManaVerse-e7f9514cab45863edf6a613ef8563bb15ff66e96.tar.xz
ManaVerse-e7f9514cab45863edf6a613ef8563bb15ff66e96.zip
Add packet SMSG_OPEN_WINDOW2 0x0ae2.s20180419
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r--src/net/eathena/packetsin.inc21
1 files changed, 15 insertions, 6 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc
index 4a5e3fbf3..74dd99152 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -1030,12 +1030,15 @@ if (packetVersion >= 20171207)
}
// re 20180221
-if (packets_re == true)
-{
-if (packetVersion >= 20180221)
+if (packetVersionRe >= 20180221)
{
packet(SMSG_SOLVE_CHAR_NAME, 0x0af7, 32, &BeingRecv::processSolveCharName, 20180221);
}
+
+// re 20180221
+if (packetVersionRe >= 20180221)
+{
+ packet(SMSG_FRIENDS_PLAYER_ONLINE, 0x0206, 35, &FriendsRecv::processPlayerOnline, 20180221);
}
// main 20180307
@@ -1045,10 +1048,16 @@ if (packetVersionMain >= 20180307)
packet(SMSG_FRIENDS_PLAYER_ONLINE, 0x0206, 35, &FriendsRecv::processPlayerOnline, 20180307);
}
-// re 20180221
-if (packetVersionRe >= 20180221)
+// re 20180307
+if (packetVersionRe >= 20180307)
{
- packet(SMSG_FRIENDS_PLAYER_ONLINE, 0x0206, 35, &FriendsRecv::processPlayerOnline, 20180221);
+ packet(SMSG_OPEN_WINDOW2, 0x0ae2, 7, &AttendanceRecv::processOpenWindow, 20180307);
+}
+
+// main 20180404
+if (packetVersionMain >= 20180404)
+{
+ packet(SMSG_OPEN_WINDOW2, 0x0ae2, 7, &AttendanceRecv::processOpenWindow, 20180404);
}
// 0