diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-16 03:05:29 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-16 03:05:29 +0000 |
commit | bc2b385a1898407fe5978b66c0f795b8235d52cd (patch) | |
tree | aea92c868a2e9de37045cfae8627f723e1d50a4e /src/map/intif.h | |
parent | 2152f7e6123dabf84f622a53ab43bb63003a2549 (diff) | |
download | hercules-bc2b385a1898407fe5978b66c0f795b8235d52cd.tar.gz hercules-bc2b385a1898407fe5978b66c0f795b8235d52cd.tar.bz2 hercules-bc2b385a1898407fe5978b66c0f795b8235d52cd.tar.xz hercules-bc2b385a1898407fe5978b66c0f795b8235d52cd.zip |
- Merged Adam's patch to let the char-server handle validation of pet-name-change requests through the allowed char letters config.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7192 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/intif.h')
-rw-r--r-- | src/map/intif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/intif.h b/src/map/intif.h index 2306063f1..43a6c17a2 100644 --- a/src/map/intif.h +++ b/src/map/intif.h @@ -57,6 +57,7 @@ int intif_create_pet(int account_id, int char_id, short pet_type, short pet_lv, 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 intif_rename_pet(struct map_session_data *sd, char *name);
int CheckForCharServer(void);
|