diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-06-02 21:21:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-06-02 21:21:45 -0300 |
commit | a629a7c35ac08c4882c80aebce7475a245cd2321 (patch) | |
tree | 064e813cd1eb53316657b6a12debab7b0439d8a9 | |
parent | 78ae1ea25de0b81c65ebad3c9463d136029cb5fc (diff) | |
download | serverdata-a629a7c35ac08c4882c80aebce7475a245cd2321.tar.gz serverdata-a629a7c35ac08c4882c80aebce7475a245cd2321.tar.bz2 serverdata-a629a7c35ac08c4882c80aebce7475a245cd2321.tar.xz serverdata-a629a7c35ac08c4882c80aebce7475a245cd2321.zip |
Hardcode this or it'll make no sense
-rw-r--r-- | npc/006-2-1/glim.txt | 2 |
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); } |