diff options
-rw-r--r-- | npc/025-1/ihclot.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/025-1/ihclot.txt b/npc/025-1/ihclot.txt index cd093e2b1..10ebb0a44 100644 --- a/npc/025-1/ihclot.txt +++ b/npc/025-1/ihclot.txt @@ -86,13 +86,14 @@ mes ""; if (@menuret == 0) close; + .@level = @menuret; // Ask player to confirm if (!csys_Confirm(.@id)) close; // Perform payment - Zeny-=getPriceInt(.@price, @menuret); + Zeny-=getPriceInt(.@price, .@level); SMITH_TWEAKS+=1; // Apply the bonuses |