From 28a6e4e42a7566d4fa59e0607bfec253ca995205 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 2 Jun 2024 21:23:39 -0300 Subject: Do it on the whole function. --- npc/006-2-1/glim.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') 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); } -- cgit v1.2.3-70-g09d2