diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-25 01:40:35 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-25 01:40:35 +0000 |
commit | c8ff72c09f9c763912d7c1d953638b5f32cb40aa (patch) | |
tree | 1fdd119d878b1c62ac050b6472b51e72abc3fb88 /src/map/pc.h | |
parent | 75e1895d3ffa6dfbd29c16d613995af7d6917385 (diff) | |
download | hercules-c8ff72c09f9c763912d7c1d953638b5f32cb40aa.tar.gz hercules-c8ff72c09f9c763912d7c1d953638b5f32cb40aa.tar.bz2 hercules-c8ff72c09f9c763912d7c1d953638b5f32cb40aa.tar.xz hercules-c8ff72c09f9c763912d7c1d953638b5f32cb40aa.zip |
* Added support for new /remove and /recall packets for 2010-08-03aRagexeRE and newer.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14620 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 9a28a30ee..2921b4527 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -572,6 +572,8 @@ int pc_clean_skilltree(struct map_session_data *sd); int pc_setpos(struct map_session_data* sd, unsigned short mapindex, int x, int y, clr_type clrtype); int pc_setsavepoint(struct map_session_data*,short,int,int); int pc_randomwarp(struct map_session_data *sd,clr_type type); +int pc_warpto(struct map_session_data* sd, struct map_session_data* pl_sd); +int pc_recall(struct map_session_data* sd, struct map_session_data* pl_sd); int pc_memo(struct map_session_data* sd, int pos); int pc_checkadditem(struct map_session_data*,int,int); |