summaryrefslogtreecommitdiff
path: root/npc/functions/main.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/main.txt')
-rw-r--r--npc/functions/main.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt
index 8dd7c95f..18441094 100644
--- a/npc/functions/main.txt
+++ b/npc/functions/main.txt
@@ -87,9 +87,6 @@ function script adddefaultskills {
if (getskilllv(TMW2_FAKESKILL) < 1) {
skill TMW2_FAKESKILL, 1, 0;
}
- if (getskilllv(TMW2_FAKESKILL2) < 1) {
- skill TMW2_FAKESKILL2, 1, 0;
- }
return;
}