summaryrefslogtreecommitdiff
path: root/npc/006-2-1/glim.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/006-2-1/glim.txt')
-rw-r--r--npc/006-2-1/glim.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/006-2-1/glim.txt b/npc/006-2-1/glim.txt
index 0fddf8800..5783ba838 100644
--- a/npc/006-2-1/glim.txt
+++ b/npc/006-2-1/glim.txt
@@ -71,8 +71,8 @@ function handle_donation { // (partID, Amount, Zeny, bEXP)
.@bEXP = getarg(3);
delitem .@partID, .@amount;
- getexp (.@amount * .@bEXP), 0;
- Zeny += (.@amount * .@zeny);
+ getexp .@bEXP, 0;
+ Zeny += .@zeny;
$GLIM_ST += 1;
setq2 PiouQuest_Glim, (getq2(PiouQuest_Glim) + 1);
}