diff options
author | sketchyphoenix <sketchyphoenix@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-12-29 04:36:14 +0000 |
---|---|---|
committer | sketchyphoenix <sketchyphoenix@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-12-29 04:36:14 +0000 |
commit | 318c755672a348465481047a2642a93db4c5c65e (patch) | |
tree | e454ec87db3a6c7dea1c847690a9c4d3f43168ea /conf | |
parent | 62abcab88e35be2057c73271884e70c0950758f4 (diff) | |
download | hercules-318c755672a348465481047a2642a93db4c5c65e.tar.gz hercules-318c755672a348465481047a2642a93db4c5c65e.tar.bz2 hercules-318c755672a348465481047a2642a93db4c5c65e.tar.xz hercules-318c755672a348465481047a2642a93db4c5c65e.zip |
* Added missing command #delitem.
* Fixed charcommand behavior where those that can accept a name with no additional parameters
being able to execute under said player's name with the name as a parameter.(bugreport:2601)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13420 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf')
-rw-r--r-- | conf/atcommand_athena.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/atcommand_athena.conf b/conf/atcommand_athena.conf index ec7a1af57..49526631c 100644 --- a/conf/atcommand_athena.conf +++ b/conf/atcommand_athena.conf @@ -508,6 +508,9 @@ item: 60,60 // Creates a complet item (card, etc...) of your choosing, either Item ID or Name. item2: 60,60 +// Deletes an item of your choosing, either Item ID or Name. +delitem: 60,60 + // Kill another character without hitting them. kill: 60,60 |