summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/mobhunter.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/mobhunter.txt b/npc/functions/mobhunter.txt
index 3733838b1..65513fa22 100644
--- a/npc/functions/mobhunter.txt
+++ b/npc/functions/mobhunter.txt
@@ -88,7 +88,7 @@ function script GHQ_GetRewardsOnMilestone {
if (VarDiffValue(.@old, .@new, 1000)) {
mesc l("Goal: @@/@@ reached!", .@new, 1000), 2;
.@xp+=.@blv*10;
- .@gp+=.@bhp;
+ .@gp+=(.@bhp/2);
.@jp+=10;
} else if (.@new < 1000) {
mesc l("@@: @@/@@", l("1st step"), .@new, 1000);