summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/006-2-1/glim.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/006-2-1/glim.txt b/npc/006-2-1/glim.txt
index a9bff5682..9fd46b466 100644
--- a/npc/006-2-1/glim.txt
+++ b/npc/006-2-1/glim.txt
@@ -73,7 +73,7 @@ function handle_donation { // (partID, Amount, Zeny, bEXP)
delitem .@partID, .@amount;
getexp (.@amount * .@bEXP), 0;
Zeny += (.@amount * .@zeny);
- $GLIM_ST += .@amount;
+ $GLIM_ST += 1;
setq2 PiouQuest_Glim, (getq2(PiouQuest_Glim) + .@amount);
}