diff options
Diffstat (limited to 'db/re/skill_tree.conf')
-rw-r--r-- | db/re/skill_tree.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/re/skill_tree.conf b/db/re/skill_tree.conf index 3cd90f201..4e4aa3c11 100644 --- a/db/re/skill_tree.conf +++ b/db/re/skill_tree.conf @@ -8,7 +8,7 @@ //= //= http://hercules.ws/board/ //================= More Information ================= -// http://hercules.ws/board/topic/1188-skill-tree-db-redesign/ <desc~!> +// http://hercules.ws/board/topic/1188-skill-tree-db-redesign/ //================ Structure Example ================= /* Job_Name: { //Job names as in src/map/pc.c (they are hardcoded at the moment so if you want to add a new job you should add it there) @@ -1947,7 +1947,7 @@ Baby_Swordsman: { inherit: ( "Swordsman" ); } Baby_Magician: { - inherit: ( "Priest" ); + inherit: ( "Magician" ); } Baby_Archer: { inherit: ( "Archer" ); |