summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorpanikon <panikon@zoho.com>2014-07-06 03:21:10 -0300
committerpanikon <panikon@zoho.com>2014-07-06 03:21:10 -0300
commit2e6016f6d7ec3493888513239f518c7cfc06d3b8 (patch)
treecd57967f6293ede9119975d934d246beb5a5e247 /db
parent3d87a990181fb8e6654ba18c6821106e87c88141 (diff)
downloadhercules-2e6016f6d7ec3493888513239f518c7cfc06d3b8.tar.gz
hercules-2e6016f6d7ec3493888513239f518c7cfc06d3b8.tar.bz2
hercules-2e6016f6d7ec3493888513239f518c7cfc06d3b8.tar.xz
hercules-2e6016f6d7ec3493888513239f518c7cfc06d3b8.zip
Fixed issue in adoption system, babies would lost their skills (WE_BABY and WE_CALLPARENT) after logout, issue: 8061 http://hercules.ws/board/tracker/issue-8061-baby-skills-dissapear-after-mapchange-or-relog/
Diffstat (limited to 'db')
-rw-r--r--db/re/skill_tree.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/re/skill_tree.conf b/db/re/skill_tree.conf
index 02e4dd0fc..f3655db3f 100644
--- a/db/re/skill_tree.conf
+++ b/db/re/skill_tree.conf
@@ -30,6 +30,8 @@ Novice: {
NV_BASIC: 9
NV_FIRSTAID: 1
NV_TRICKDEAD: 1
+ WE_BABY: 1
+ WE_CALLPARENT: 1
WE_CALLBABY: 1
ALL_INCCARRY: 1
}