From fd6ff31e591191e8f6bbf2dee4bfe9001cc14395 Mon Sep 17 00:00:00 2001 From: ultramage Date: Sat, 15 Sep 2007 21:49:21 +0000 Subject: Getting some (mostly atcommand) code cleaning out of the way... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11222 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/party.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/party.c') diff --git a/src/map/party.c b/src/map/party.c index 7d6c871ab..e4b960342 100644 --- a/src/map/party.c +++ b/src/map/party.c @@ -763,7 +763,7 @@ int party_exp_share(struct party_data* p, struct block_list* src, unsigned int b } //Does party loot. first holds the id of the player who has time priority to take the item. -int party_share_loot(struct party_data* p, TBL_PC* sd, struct item* item_data, int first) +int party_share_loot(struct party_data* p, struct map_session_data* sd, struct item* item_data, int first) { TBL_PC* target = NULL; int i; -- cgit v1.2.3-70-g09d2