diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-10-11 03:49:10 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-10-11 03:49:10 +0000 |
commit | 4714f80db868134997efdfff750b5d43650b5171 (patch) | |
tree | d73a0fd6b542b352b858fd6ef83a6c36ffa26c46 /src/map/clif.h | |
parent | 7d8c845f895fe213b5e463a0638ebdf94f507c0b (diff) | |
download | tmwa-4714f80db868134997efdfff750b5d43650b5171.tar.gz tmwa-4714f80db868134997efdfff750b5d43650b5171.tar.bz2 tmwa-4714f80db868134997efdfff750b5d43650b5171.tar.xz tmwa-4714f80db868134997efdfff750b5d43650b5171.zip |
Commit magic patch v13
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index cdddd8b..d04d821 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -34,6 +34,7 @@ int clif_clearchar_delay(unsigned int,struct block_list *,int); int clif_clearchar_id(int,int,int); int clif_spawnpc(struct map_session_data*); //area int clif_spawnnpc(struct npc_data*); // area +int clif_spawn_fake_npc_for_player(struct map_session_data *sd, int fake_npc_id); int clif_spawnmob(struct mob_data*); // area int clif_spawnpet(struct pet_data*); // area int clif_walkok(struct map_session_data*); // self |