summaryrefslogtreecommitdiff
path: root/npc/031-5/beatrice.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/031-5/beatrice.txt')
-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 418d535cb..6671ef7ac 100644
--- a/npc/031-5/beatrice.txt
+++ b/npc/031-5/beatrice.txt
@@ -95,7 +95,7 @@ L_Seller:
// 1.00% = 2 pts
// Sanitization and Scaling
.@pc *= (.@pc < 10 ? 2 : 1) + (.@pc / 10);
- .@pc = min(.@pc, 1120);
+ .@pc = min(.@pc, 1200);
mesn;
mesq l("I offer you %s Aethyr Points per unit of %s. How many do you wish to sell? (0-%d)", fnum(.@pc), getitemlink(.@id), countitem(.@id));
input .@am, 0, countitem(.@id);