summaryrefslogtreecommitdiff
path: root/npc/functions/clientversion.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/clientversion.txt')
-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 b83b929e9..32a19b0bc 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -64,6 +64,8 @@ function script checkclientversion {
getexp 1500, 0;
if (getq(HalinarzoQuest_TraderKing) >= 2)
getexp 5000, 0;
+ if (getq(HurnscaldQuest_Bandits) >= 8)
+ getexp 1000, 0; //getexp 5000, 0;
dispbottom l("Your experience level has been updated.");
}