summaryrefslogtreecommitdiff
path: root/src/map/unit.c
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-06-11 16:08:44 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-06-11 16:08:44 +0000
commitffb32401ad12791bf79c051ef5ea1f3976608514 (patch)
treef35497c72797fe473f4da8fdfb80663246ccc6f8 /src/map/unit.c
parent2338a3bab2b1f22a1e298abf280ecf2a1534f743 (diff)
downloadhercules-ffb32401ad12791bf79c051ef5ea1f3976608514.tar.gz
hercules-ffb32401ad12791bf79c051ef5ea1f3976608514.tar.bz2
hercules-ffb32401ad12791bf79c051ef5ea1f3976608514.tar.xz
hercules-ffb32401ad12791bf79c051ef5ea1f3976608514.zip
* Fixed party invite packet 0xfe (ZC_REQ_JOIN_GROUP) using account id of the inviter rather than party id.
- Added support for new party invite packet 0x2c6 (ZC_PARTY_JOIN_REQ), introduction date guessed. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14844 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/unit.c')
-rw-r--r--src/map/unit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/unit.c b/src/map/unit.c
index 3cec43f70..b1cca0d4c 100644
--- a/src/map/unit.c
+++ b/src/map/unit.c
@@ -1881,7 +1881,7 @@ int unit_remove_map_(struct block_list *bl, clr_type clrtype, const char* file,
storage_guild_storage_quit(sd,0);
sd->state.storage_flag = 0; //Force close it when being warped.
if(sd->party_invite>0)
- party_reply_invite(sd,sd->party_invite_account,0);
+ party_reply_invite(sd,sd->party_invite,0);
if(sd->guild_invite>0)
guild_reply_invite(sd,sd->guild_invite,0);
if(sd->guild_alliance>0)