diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-01-18 16:04:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-01-18 16:04:24 -0300 |
commit | 1edc7f159d3cc8555ddc5adebff69e8e32b33593 (patch) | |
tree | 3df497d9b50913a600feb836613d890d66eac531 /npc/031-5 | |
parent | 5b229c854f0b0623f556cf898800d5cebdf29794 (diff) | |
download | serverdata-1edc7f159d3cc8555ddc5adebff69e8e32b33593.tar.gz serverdata-1edc7f159d3cc8555ddc5adebff69e8e32b33593.tar.bz2 serverdata-1edc7f159d3cc8555ddc5adebff69e8e32b33593.tar.xz serverdata-1edc7f159d3cc8555ddc5adebff69e8e32b33593.zip |
Fix bug where Beatrice would only give the points for one when selling multiple.
Diffstat (limited to 'npc/031-5')
-rw-r--r-- | npc/031-5/beatrice.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/031-5/beatrice.txt b/npc/031-5/beatrice.txt index a8d9bc59c..627a1abd8 100644 --- a/npc/031-5/beatrice.txt +++ b/npc/031-5/beatrice.txt @@ -82,7 +82,7 @@ L_Seller: if (.@am < 1) goto L_Cont; delitem .@id, .@am; - AETHYR_PTS+=.@pc; + AETHYR_PTS+=.@pc*.@am; // FALLTHROUGH L_Cont: |