summaryrefslogtreecommitdiff
path: root/src/map/init.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-20 00:16:20 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-20 00:16:20 +0300
commitc90ec19afcfc826a077ed300fc2a9f8347d9b1e6 (patch)
tree3fa00022e89b3d92a64da4afa94e7bb503f7dcd5 /src/map/init.c
parente38b7606911d4763bd24dfa627f9ec6a7c1971d0 (diff)
downloadevol-hercules-c90ec19afcfc826a077ed300fc2a9f8347d9b1e6.tar.gz
evol-hercules-c90ec19afcfc826a077ed300fc2a9f8347d9b1e6.tar.bz2
evol-hercules-c90ec19afcfc826a077ed300fc2a9f8347d9b1e6.tar.xz
evol-hercules-c90ec19afcfc826a077ed300fc2a9f8347d9b1e6.zip
add packet to get state from client.
Diffstat (limited to 'src/map/init.c')
-rw-r--r--src/map/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/init.c b/src/map/init.c
index c00c884..e5dff10 100644
--- a/src/map/init.c
+++ b/src/map/init.c
@@ -109,6 +109,7 @@ HPExport void plugin_init (void)
addPacket(0xb09, 26, map_parse_part_channel, hpClif_Parse);
addPacket(0xb0c, -1, map_parse_pet_say, hpClif_Parse);
addPacket(0xb0d, 3, map_parse_pet_emote, hpClif_Parse);
+ addPacket(0xb0e, 4, map_parse_set_status, hpClif_Parse);
addHookPre("pc->readparam", epc_readparam_pre);
addHookPre("pc->setregistry", epc_setregistry);
addHookPre("pc->equipitem_pos", epc_equipitem_pos);