diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-22 16:42:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-22 16:42:52 +0300 |
commit | f97c4884316bfe3c5f59c1271dfbf0e19ca716bc (patch) | |
tree | 9ed4aa53f11d8b2c44950d6af4038dd9be5b6f3a /src/map/parse.h | |
parent | 9ecd36f5dd308aac9bfd673474774bd3a727df53 (diff) | |
download | plugin-f97c4884316bfe3c5f59c1271dfbf0e19ca716bc.tar.gz plugin-f97c4884316bfe3c5f59c1271dfbf0e19ca716bc.tar.bz2 plugin-f97c4884316bfe3c5f59c1271dfbf0e19ca716bc.tar.xz plugin-f97c4884316bfe3c5f59c1271dfbf0e19ca716bc.zip |
Allow change pet direction by packet from client.
Diffstat (limited to 'src/map/parse.h')
-rw-r--r-- | src/map/parse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/parse.h b/src/map/parse.h index 3ad9f6c..8db1fca 100644 --- a/src/map/parse.h +++ b/src/map/parse.h @@ -12,5 +12,6 @@ void map_parse_pet_emote(int fd); void map_parse_set_status(int fd); void map_parse_get_online_list(int fd); void map_parse_pet_move(int fd); +void map_parse_pet_dir(int fd); #endif // EVOL_MAP_PARSE |