summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/main.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt
index 18441094..58d1bff0 100644
--- a/npc/functions/main.txt
+++ b/npc/functions/main.txt
@@ -81,8 +81,8 @@ function script col {
}
function script adddefaultskills {
- if (getskilllv(NV_BASIC) < 6) {
- skill NV_BASIC, 6, 0;
+ if (getskilllv(NV_BASIC) < 7) {
+ skill NV_BASIC, 7, 0;
}
if (getskilllv(TMW2_FAKESKILL) < 1) {
skill TMW2_FAKESKILL, 1, 0;