diff options
Diffstat (limited to 'npc/003-1/malivox.txt')
-rw-r--r-- | npc/003-1/malivox.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/003-1/malivox.txt b/npc/003-1/malivox.txt index 0a06bd038..9087c9474 100644 --- a/npc/003-1/malivox.txt +++ b/npc/003-1/malivox.txt @@ -12,6 +12,7 @@ L_Menu: else .@plush_count = BaseLevel*190-(9*190); // Lv 9: 50 GP | Lv 10: 190 GP + // Lv 90: 1.710 GP if (BaseLevel > 10) .@plush_count = .@plush_count/(BaseLevel/10); |