diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-26 05:58:36 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-26 05:58:36 +0000 |
commit | dd86930bcace0da25bc2963fbfc1c5c3d2787455 (patch) | |
tree | 69fbe16f8f29abf80cfeeffc72a262c78b9c9e58 /conf-tmpl | |
parent | a5d2b642387a65d771d77e0014333c9dd1f292de (diff) | |
download | hercules-dd86930bcace0da25bc2963fbfc1c5c3d2787455.tar.gz hercules-dd86930bcace0da25bc2963fbfc1c5c3d2787455.tar.bz2 hercules-dd86930bcace0da25bc2963fbfc1c5c3d2787455.tar.xz hercules-dd86930bcace0da25bc2963fbfc1c5c3d2787455.zip |
Added @skilltree
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@365 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/atcommand_athena.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf-tmpl/atcommand_athena.conf b/conf-tmpl/atcommand_athena.conf index ae6f0204b..f215d2db2 100644 --- a/conf-tmpl/atcommand_athena.conf +++ b/conf-tmpl/atcommand_athena.conf @@ -284,6 +284,9 @@ skillid: 40 // use a skill by id useskill: 40 +// What skills are required to get this skill +skilltree: 40 + // make another player killable charkillable: 40 |