From fe946e819d935ca92208e32b6b2766ec92b30601 Mon Sep 17 00:00:00 2001 From: Mysteries Date: Sat, 20 Jul 2013 22:02:15 -0400 Subject: Fixed Bug #7550 http://hercules.ws/board/tracker/issue-7550-baby-mage-inheriting-priest- class-skills-re-mode-pre-re/ - My other commit isn't read to release yet, so I rather just push this through now. Thanks jTynne! --- db/pre-re/skill_tree.conf | 2 +- db/re/skill_tree.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'db') diff --git a/db/pre-re/skill_tree.conf b/db/pre-re/skill_tree.conf index 45aea7a20..19712da50 100644 --- a/db/pre-re/skill_tree.conf +++ b/db/pre-re/skill_tree.conf @@ -1950,7 +1950,7 @@ Baby_Swordsman: { inherit: ( "Swordsman" ); } Baby_Magician: { - inherit: ( "Priest" ); + inherit: ( "Magician" ); } Baby_Archer: { inherit: ( "Archer" ); diff --git a/db/re/skill_tree.conf b/db/re/skill_tree.conf index 28908c0e7..4e4aa3c11 100644 --- a/db/re/skill_tree.conf +++ b/db/re/skill_tree.conf @@ -1947,7 +1947,7 @@ Baby_Swordsman: { inherit: ( "Swordsman" ); } Baby_Magician: { - inherit: ( "Priest" ); + inherit: ( "Magician" ); } Baby_Archer: { inherit: ( "Archer" ); -- cgit v1.2.3-60-g2f50