diff options
Diffstat (limited to 'npc')
-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 55dd2946..27335371 100644 --- a/npc/functions/main.txt +++ b/npc/functions/main.txt @@ -38,7 +38,7 @@ function script col { } function script adddefaultskills { - skill NV_BASIC, 3, 0; + skill NV_BASIC, 9, 0; return; } |