diff options
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); |