diff options
Diffstat (limited to 'npc/merchants/enchan_arm.txt')
-rw-r--r-- | npc/merchants/enchan_arm.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/merchants/enchan_arm.txt b/npc/merchants/enchan_arm.txt index 434fabdb5..5b4cac2dc 100644 --- a/npc/merchants/enchan_arm.txt +++ b/npc/merchants/enchan_arm.txt @@ -105,7 +105,7 @@ S_EnchantArmor: mes "[Apprentice Craftsman]"; mes "Quite of an adventurer huh? Well, shall we?"; close2; - specialeffect(EF_MAPPILLAR, AREA, playerattached()); + specialeffect2 EF_MAPPILLAR; if (Zeny < 400000) { mes "[Apprentice Craftsman]"; mes "Sorry, but you don't have enough zeny."; @@ -152,7 +152,7 @@ S_EnchantArmor: case 35: case 36: .@addpart = 4750;break; default: - specialeffect(EF_PHARMACY_FAIL, AREA, playerattached()); + specialeffect2 EF_PHARMACY_FAIL; mes "[Apprentice Craftsman]"; mes "Well that's too bad."; mes "The requested equipment has failed to enchant."; |