diff options
author | gumi <git@gumi.ca> | 2020-05-20 17:04:04 +0000 |
---|---|---|
committer | Helianthella <mekolat+github@gmail.com> | 2020-05-20 17:29:54 +0000 |
commit | 12d81c4f8fff03eb01636a0eb99c6fccf1c13726 (patch) | |
tree | 667f5867d34dcf451872945e80d29dffbd32fbf0 /src/emap/init.c | |
parent | 40fa6d72362f1aea9f67e628b10c510234aa2f23 (diff) | |
download | evol-hercules-onlinelist2.tar.gz evol-hercules-onlinelist2.tar.bz2 evol-hercules-onlinelist2.tar.xz evol-hercules-onlinelist2.zip |
add support for SMSG_ONLINE_LIST2onlinelist2
Diffstat (limited to 'src/emap/init.c')
-rw-r--r-- | src/emap/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/init.c b/src/emap/init.c index 9bc0324..e22805f 100644 --- a/src/emap/init.c +++ b/src/emap/init.c @@ -243,6 +243,7 @@ HPExport void plugin_init (void) packets->addLen(0xb0a + evolPacketOffset, -1); packets->addLen(0xb0b + evolPacketOffset, -1); packets->addLen(0xb10 + evolPacketOffset, -1); + packets->addLen(0xb11 + evolPacketOffset, -1); packets->addLen(0xb16 + evolPacketOffset, -1); packets->addLen(0xb17 + evolPacketOffset, 19); packets->addLen(0xb18 + evolPacketOffset, 28); |