diff options
Diffstat (limited to 'npc/re/merchants/blessed_refiner.txt')
-rw-r--r-- | npc/re/merchants/blessed_refiner.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/re/merchants/blessed_refiner.txt b/npc/re/merchants/blessed_refiner.txt index c5d198457..bb5dd62d7 100644 --- a/npc/re/merchants/blessed_refiner.txt +++ b/npc/re/merchants/blessed_refiner.txt @@ -135,7 +135,7 @@ close; } delitem .@material,1; - set Zeny, Zeny-.@price; + Zeny -= .@price; mes "[Blacksmith Dister]"; mes "Tac! Tac! Tac!"; if (getequippercentrefinery(.@part) > rand(100) || getequippercentrefinery(.@part) > rand(100)) { |