summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/clientversion.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index 241341b10..520987756 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -667,6 +667,8 @@ function script clientupdater {
CRAFTING_SCORE_COMPLETE+=30*39;
CRAFTING_SCORE=CRAFTING_SCORE_COMPLETE/40;
}
+ // Karma fix (double check
+ Karma=0;
}
// #ADD_LVL means the user have to right to get some levels. This is a sketch. The code might be deleted.