summaryrefslogtreecommitdiff
path: root/src/map/intif.h
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-07-15 10:49:42 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-07-15 10:49:42 +0000
commitc8cbcbd5f6e9a8d190adfebaeda425e4c4490408 (patch)
tree151b3e4044c03ec3e3cbeb75cad9f9b31c5a915c /src/map/intif.h
parent7977fec1bc9808666bc5826a01a8505701da603c (diff)
downloadhercules-c8cbcbd5f6e9a8d190adfebaeda425e4c4490408.tar.gz
hercules-c8cbcbd5f6e9a8d190adfebaeda425e4c4490408.tar.bz2
hercules-c8cbcbd5f6e9a8d190adfebaeda425e4c4490408.tar.xz
hercules-c8cbcbd5f6e9a8d190adfebaeda425e4c4490408.zip
Removed the party_share_conflict() check.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12959 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/intif.h')
-rw-r--r--src/map/intif.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/intif.h b/src/map/intif.h
index b4cc6792f..c32b09352 100644
--- a/src/map/intif.h
+++ b/src/map/intif.h
@@ -37,7 +37,6 @@ int intif_party_leave(int party_id,int account_id, int char_id);
int intif_party_changemap(struct map_session_data *sd, int online);
int intif_break_party(int party_id);
int intif_party_message(int party_id, int account_id, const char *mes,int len);
-int intif_party_checkconflict(int party_id,int account_id,int char_id);
int intif_party_leaderchange(int party_id,int account_id,int char_id);