diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-18 21:12:35 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-18 21:12:35 +0000 |
commit | 74e339cf16f44296ea4318c06cf8a736f1994861 (patch) | |
tree | 350de12492ff0ad0d294720243e3dbfe05648053 /src/map/atcommand.h | |
parent | aca45c0dd3ea658ad4bad00c7e0106856bde8200 (diff) | |
download | hercules-74e339cf16f44296ea4318c06cf8a736f1994861.tar.gz hercules-74e339cf16f44296ea4318c06cf8a736f1994861.tar.bz2 hercules-74e339cf16f44296ea4318c06cf8a736f1994861.tar.xz hercules-74e339cf16f44296ea4318c06cf8a736f1994861.zip |
- Added atcommand @partyoption, lets you alter the party item-distribution type on the go. Usage is "@partyoption <pickup share> <item distribution>", where both arguments can be 0/1, yes/no, etc.
- Updated @changeleader and @partyoption to use msg_Athena entries.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7737 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r-- | src/map/atcommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h index 11cf113f0..f6b256eff 100644 --- a/src/map/atcommand.h +++ b/src/map/atcommand.h @@ -256,6 +256,7 @@ enum AtCommandType { AtCommand_AutoTrade,//durf
AtCommand_ChangeGM,//durf
AtCommand_ChangeLeader,
+ AtCommand_PartyOption,
AtCommand_Invite, // By LuzZza
AtCommand_Duel, // By LuzZza
|