diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-03 22:12:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-03 22:12:44 +0300 |
commit | bf5775fe4c2ea24a4404335ea01a60ac76021230 (patch) | |
tree | a996654ebc083473060ebeb887df8345d8266514 /src/map/init.c | |
parent | 7013684efe7fe3dab29e1125197285a8cde8f978 (diff) | |
download | evol-hercules-bf5775fe4c2ea24a4404335ea01a60ac76021230.tar.gz evol-hercules-bf5775fe4c2ea24a4404335ea01a60ac76021230.tar.bz2 evol-hercules-bf5775fe4c2ea24a4404335ea01a60ac76021230.tar.xz evol-hercules-bf5775fe4c2ea24a4404335ea01a60ac76021230.zip |
map: add part channel packet.
Diffstat (limited to 'src/map/init.c')
-rw-r--r-- | src/map/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/init.c b/src/map/init.c index fa2371a..f1e7004 100644 --- a/src/map/init.c +++ b/src/map/init.c @@ -99,6 +99,7 @@ HPExport void plugin_init (void) addPacket(0x7530, 22, map_parse_version, hpClif_Parse); addPacket(0xb07, 26, map_parse_join_channel, hpClif_Parse); + addPacket(0xb09, 26, map_parse_part_channel, hpClif_Parse); addHookPre("pc->readparam", epc_readparam_pre); addHookPre("pc->setregistry", epc_setregistry); addHookPre("pc->equipitem_pos", epc_equipitem_pos); |