summaryrefslogtreecommitdiff
path: root/npc/005-6
diff options
context:
space:
mode:
Diffstat (limited to 'npc/005-6')
-rw-r--r--npc/005-6/zitoni.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/005-6/zitoni.txt b/npc/005-6/zitoni.txt
index a497477f6..c3d4912f4 100644
--- a/npc/005-6/zitoni.txt
+++ b/npc/005-6/zitoni.txt
@@ -20,7 +20,9 @@ L_Menu:
if (BaseLevel < 10)
.@price = 1;
else
- .@price = (BaseLevel*200-(9*200))/(BaseLevel*10);
+ .@price = (BaseLevel*200-(9*200))/(BaseLevel/10);
+ // Lv 10: 1 GP
+ // Lv 90: 1.800 GP
mesn strcharinfo(0);
select