diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-01 10:57:31 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-01 10:57:31 +0000 |
commit | a17ffd75612eb736367fa0bdb3ec1b109c1f762b (patch) | |
tree | 833686d341ee8fb8a6e2a87c335eff0c93c0de53 /conf-tmpl | |
parent | 12e76d57412a6df83654fc5bdeb66161715f75c9 (diff) | |
download | hercules-a17ffd75612eb736367fa0bdb3ec1b109c1f762b.tar.gz hercules-a17ffd75612eb736367fa0bdb3ec1b109c1f762b.tar.bz2 hercules-a17ffd75612eb736367fa0bdb3ec1b109c1f762b.tar.xz hercules-a17ffd75612eb736367fa0bdb3ec1b109c1f762b.zip |
Some typo fixing / cleaning
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10658 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/atcommand_athena.conf | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/conf-tmpl/atcommand_athena.conf b/conf-tmpl/atcommand_athena.conf index b0d3b0ec4..f0de7bedb 100644 --- a/conf-tmpl/atcommand_athena.conf +++ b/conf-tmpl/atcommand_athena.conf @@ -372,9 +372,6 @@ return: 40 // Broadcast to the map you are on (1 command + /lb, /nlb). localbroadcast: 40 -// Enables lost skills. -lostskill: 40 - // To send specified character in jails jail: 40 @@ -412,8 +409,9 @@ petfriendly: 40 // Sets hunger level of your pet. pethungry: 40 -// Enables any skill. +// Permanently adds/removes a quest skill questskill: 40 +lostskill: 40 // Does a skill/stat reset. reset: 40 |