summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-06-02 21:23:39 -0300
committerJesusaves <cpntb1@ymail.com>2024-06-02 21:23:39 -0300
commit28a6e4e42a7566d4fa59e0607bfec253ca995205 (patch)
tree83badc80f3ea5b2c263832efc99208266c4ec4b8
parente1a57a753931146a8590479b587a43454826d737 (diff)
downloadserverdata-28a6e4e42a7566d4fa59e0607bfec253ca995205.tar.gz
serverdata-28a6e4e42a7566d4fa59e0607bfec253ca995205.tar.bz2
serverdata-28a6e4e42a7566d4fa59e0607bfec253ca995205.tar.xz
serverdata-28a6e4e42a7566d4fa59e0607bfec253ca995205.zip
Do it on the whole function.
-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);
}