diff options
Diffstat (limited to 'npc/009-3/kevin.txt')
-rw-r--r-- | npc/009-3/kevin.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/009-3/kevin.txt b/npc/009-3/kevin.txt index b85a52257..faf169088 100644 --- a/npc/009-3/kevin.txt +++ b/npc/009-3/kevin.txt @@ -14,6 +14,7 @@ L_Menu: .@plush_count = BaseLevel*210-(9*210); // Lv 10: 210 GP + // Lv 90: 1.890 GP if (BaseLevel > 10) .@plush_count = .@plush_count/(BaseLevel/10); |