From 8165203ea8862777b439f07763d2f74e9eb637e5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 26 Jul 2019 19:50:48 -0300 Subject: Don't forget to migrate Merchant Police EXP to Thief Exp. --- npc/functions/clientversion.txt | 2 ++ 1 file changed, 2 insertions(+) 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)) { -- cgit v1.2.3-60-g2f50