summaryrefslogtreecommitdiff
path: root/npc/031-5
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-01-18 16:04:24 -0300
committerJesusaves <cpntb1@ymail.com>2024-01-18 16:04:24 -0300
commit1edc7f159d3cc8555ddc5adebff69e8e32b33593 (patch)
tree3df497d9b50913a600feb836613d890d66eac531 /npc/031-5
parent5b229c854f0b0623f556cf898800d5cebdf29794 (diff)
downloadserverdata-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.txt2
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: