summaryrefslogtreecommitdiff
path: root/npc/functions/lockpicks.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/lockpicks.txt')
-rw-r--r--npc/functions/lockpicks.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/lockpicks.txt b/npc/functions/lockpicks.txt
index 055500cf6..72811d7f9 100644
--- a/npc/functions/lockpicks.txt
+++ b/npc/functions/lockpicks.txt
@@ -86,7 +86,7 @@ function script LockPicking {
}
if (@pos >= .@d) {
- THIEF_EXP += .@d*.@m;
+ THIEF_EXP += .@d*.@m-THIEF_RANK;
return 1;
}
}