summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-09-09 11:20:26 -0300
committerJesusaves <cpntb1@ymail.com>2019-09-09 11:20:26 -0300
commite098ddc7a88237ded2414833bae23aa3769e24f3 (patch)
tree9465d53aeb20ec259433c580e649cd0d22bc2034 /npc/functions
parent942ab4ed6e7d1617e0f211cb1e8a0be479d1da54 (diff)
downloadserverdata-e098ddc7a88237ded2414833bae23aa3769e24f3.tar.gz
serverdata-e098ddc7a88237ded2414833bae23aa3769e24f3.tar.bz2
serverdata-e098ddc7a88237ded2414833bae23aa3769e24f3.tar.xz
serverdata-e098ddc7a88237ded2414833bae23aa3769e24f3.zip
Being sure never harms
Diffstat (limited to 'npc/functions')
-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.