diff options
author | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-28 18:46:43 +0000 |
---|---|---|
committer | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-28 18:46:43 +0000 |
commit | 9869ec7eebde772ae9d3730a14f4831d4adfc290 (patch) | |
tree | 59565129a1915311134c29d387c265bce104858f /src/map/atcommand.c | |
parent | 99aec0eb822ca12dde4f72b1c3bf4d5597bf0530 (diff) | |
download | hercules-9869ec7eebde772ae9d3730a14f4831d4adfc290.tar.gz hercules-9869ec7eebde772ae9d3730a14f4831d4adfc290.tar.bz2 hercules-9869ec7eebde772ae9d3730a14f4831d4adfc290.tar.xz hercules-9869ec7eebde772ae9d3730a14f4831d4adfc290.zip |
* Added DUMP_ALL_PACKETS and moved dump packets code in clif_parse a bit to support it
* Added base code for Party Item Sharing
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1009 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index ff202a631..a91fe061b 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -5098,7 +5098,7 @@ int atcommand_party( return -1; } - party_create(sd, party); + party_create(sd, party, 0, 0); return 0; } |