diff options
Diffstat (limited to 'npc/017-6/azwell.txt')
-rw-r--r-- | npc/017-6/azwell.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/017-6/azwell.txt b/npc/017-6/azwell.txt index f21284a72..79fa73dd7 100644 --- a/npc/017-6/azwell.txt +++ b/npc/017-6/azwell.txt @@ -11,7 +11,8 @@ L_Menu: .@plush_count = BaseLevel*190-(9*210); - // Lv 10: ?? + // Lv 10: 10 GP + // Lv 90: 1.690 GP if (BaseLevel > 10) .@plush_count = .@plush_count/(BaseLevel/10); |