diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-05-04 20:39:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-05-04 20:42:13 +0300 |
commit | 704672e323f88c68690ae976233e7447c131c96c (patch) | |
tree | f853f0b1ae0e5816c81ddfd8fd9d93059863688e /src/net/eathena/packetsout.inc | |
parent | 379c1761469f4ee4edde3c46fc33ed3f981fce93 (diff) | |
download | manaverse-704672e323f88c68690ae976233e7447c131c96c.tar.gz manaverse-704672e323f88c68690ae976233e7447c131c96c.tar.bz2 manaverse-704672e323f88c68690ae976233e7447c131c96c.tar.xz manaverse-704672e323f88c68690ae976233e7447c131c96c.zip |
Add packet CMSG_ATTENDANCE_REWARD for zero clients.
Diffstat (limited to 'src/net/eathena/packetsout.inc')
-rw-r--r-- | src/net/eathena/packetsout.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc index 32c7bfe9e..b13f6874a 100644 --- a/src/net/eathena/packetsout.inc +++ b/src/net/eathena/packetsout.inc @@ -1351,4 +1351,10 @@ if (packetVersionMain >= 20180404) packet(CMSG_ATTENDANCE_REWARD, 0x0aef, 2, clif->pAttendanceRewardRequest); } +// zero 20180411 +if (packetVersionZero >= 20180411) +{ + packet(CMSG_ATTENDANCE_REWARD, 0x0aef, 2, clif->pAttendanceRewardRequest); +} + #endif |