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 c70a06d8f..730e3d56a 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -299,7 +299,9 @@ function script clientupdater {
// Mercenary Rank removed
if (MERC_RANK) {
THIEF_RANK=MERC_RANK;
+ THIEF_EXP=MERC_EXP;
MERC_RANK=0;
+ MERC_EXP=0;
mesc l("Your class has been changed from %s to %s.", b(l("Merchant Police")), b(l("Thief"))), 1;
}
if (getskilllv(ALL_INCCARRY)) {