diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-09 23:32:09 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-09 23:32:09 +0000 |
commit | b19b2cd0e21bc0ce9d513469c4a575419aaf918e (patch) | |
tree | 54af6a7f57e0bed88d7ea3a503461bb99298f5d3 /src/map/chrif.h | |
parent | b857a6bdc74487633ea48305f71d9886ec25aabf (diff) | |
download | hercules-b19b2cd0e21bc0ce9d513469c4a575419aaf918e.tar.gz hercules-b19b2cd0e21bc0ce9d513469c4a575419aaf918e.tar.bz2 hercules-b19b2cd0e21bc0ce9d513469c4a575419aaf918e.tar.xz hercules-b19b2cd0e21bc0ce9d513469c4a575419aaf918e.zip |
- Fixed status-change loading not working.
- Fixed permanent mob-spawn script-events not working.
- AL_CURE won't confuse undead players.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9187 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/chrif.h')
-rw-r--r-- | src/map/chrif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/chrif.h b/src/map/chrif.h index 4e30b4b2c..fc87f9b18 100644 --- a/src/map/chrif.h +++ b/src/map/chrif.h @@ -25,6 +25,7 @@ extern int other_mapserver_count; void chrif_authreq(struct map_session_data *);
void chrif_authok(int fd);
+int chrif_scdata_request(int account_id, int char_id);
int chrif_save(struct map_session_data*, int flag);
int chrif_charselectreq(struct map_session_data *sd, unsigned long s_ip);
void check_fake_id(int fd, struct map_session_data *sd, int target_id);
|