diff options
Diffstat (limited to 'src/map/intif.h')
-rw-r--r-- | src/map/intif.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/intif.h b/src/map/intif.h index 0d0fc563d..2306063f1 100644 --- a/src/map/intif.h +++ b/src/map/intif.h @@ -58,4 +58,6 @@ int intif_request_petdata(int account_id, int char_id, int pet_id); int intif_save_petdata(int account_id, struct s_pet *p);
int intif_delete_petdata(int pet_id);
+int CheckForCharServer(void);
+
#endif
|