diff options
-rw-r--r-- | npc/functions/main.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt index ec044344..9fbec0d3 100644 --- a/npc/functions/main.txt +++ b/npc/functions/main.txt @@ -39,4 +39,5 @@ function script col { function script adddefaultskills { skill 1, 1, 0; // Add basic skill. + return; } |