diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-02 23:36:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-02 23:36:41 -0300 |
commit | a6060412b86657eb404d3e4e46578bca35103575 (patch) | |
tree | 4be884d03b76805824005b2f7595fac8cf803ca3 /db/re/skill_tree.conf | |
parent | 1d8dc90e149e58d86cbdc66db6d2056330db6a93 (diff) | |
download | serverdata-a6060412b86657eb404d3e4e46578bca35103575.tar.gz serverdata-a6060412b86657eb404d3e4e46578bca35103575.tar.bz2 serverdata-a6060412b86657eb404d3e4e46578bca35103575.tar.xz serverdata-a6060412b86657eb404d3e4e46578bca35103575.zip |
Replace NV_FIRSTAID. It got off skill tree, all skills will be lost.
Diffstat (limited to 'db/re/skill_tree.conf')
-rw-r--r-- | db/re/skill_tree.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/re/skill_tree.conf b/db/re/skill_tree.conf index 5b2fc70f7..6603e28da 100644 --- a/db/re/skill_tree.conf +++ b/db/re/skill_tree.conf @@ -28,7 +28,7 @@ Job_Name: { // Job names as in src/map/pc.c (they are hardcoded at the moment so Human: { skills: { NV_BASIC: 0 - NV_FIRSTAID: 0 + AL_HEAL: 0 NV_TRICKDEAD: 0 WE_BABY: 0 WE_CALLPARENT: 0 |