summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsout.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-05-04 20:39:01 +0300
committerAndrei Karas <akaras@inbox.ru>2018-05-04 20:42:13 +0300
commit704672e323f88c68690ae976233e7447c131c96c (patch)
treef853f0b1ae0e5816c81ddfd8fd9d93059863688e /src/net/eathena/packetsout.inc
parent379c1761469f4ee4edde3c46fc33ed3f981fce93 (diff)
downloadplus-704672e323f88c68690ae976233e7447c131c96c.tar.gz
plus-704672e323f88c68690ae976233e7447c131c96c.tar.bz2
plus-704672e323f88c68690ae976233e7447c131c96c.tar.xz
plus-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.inc6
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