diff options
author | Reid <reidyaro@gmail.com> | 2015-03-16 08:59:54 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-03-16 08:59:54 +0100 |
commit | bdea7e4211c9cefdb0664c8bf7b4f194f5b27fd1 (patch) | |
tree | c14362a2eefc37d2afce4b22d4e51e064ed835d1 /npc/functions/main.txt | |
parent | 372f118f5fb614173d0e5e79942e9e9e90c1d18c (diff) | |
download | serverdata-bdea7e4211c9cefdb0664c8bf7b4f194f5b27fd1.tar.gz serverdata-bdea7e4211c9cefdb0664c8bf7b4f194f5b27fd1.tar.bz2 serverdata-bdea7e4211c9cefdb0664c8bf7b4f194f5b27fd1.tar.xz serverdata-bdea7e4211c9cefdb0664c8bf7b4f194f5b27fd1.zip |
Correct the skill tree issue.
Diffstat (limited to 'npc/functions/main.txt')
-rw-r--r-- | npc/functions/main.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt index 27335371..55dd2946 100644 --- a/npc/functions/main.txt +++ b/npc/functions/main.txt @@ -38,7 +38,7 @@ function script col { } function script adddefaultskills { - skill NV_BASIC, 9, 0; + skill NV_BASIC, 3, 0; return; } |