diff options
Diffstat (limited to 'npc/merchants/buying_shops.txt')
-rw-r--r-- | npc/merchants/buying_shops.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/merchants/buying_shops.txt b/npc/merchants/buying_shops.txt index b19f13f6e..ca32bb287 100644 --- a/npc/merchants/buying_shops.txt +++ b/npc/merchants/buying_shops.txt @@ -154,7 +154,7 @@ alberta_in,58,52,4 script Purchasing Team#Buying 1_M_ORIENT01,{ mes "but you don't seem to have enough money."; } else { mes "Thank you for your patronage."; - getitem 6377,.@input; //Buy_Stall_Permit + getitem Buy_Market_Permit,.@input; //Buy_Stall_Permit Zeny -= (.@input*200); } close; @@ -240,7 +240,7 @@ alberta_in,58,52,4 script Purchasing Team#Buying 1_M_ORIENT01,{ mes "I like your handwriting."; mes "Okay, you're now approved to open the Bulk Buyer Shop."; Zeny -= 10000; - getitem 6377,5; //Buy_Stall_Permit + getitem Buy_Market_Permit,5; //Buy_Stall_Permit skill "ALL_BUYING_STORE",1,3; next; mes "[Mr. Hugh]"; |