diff options
Diffstat (limited to 'npc/018-1/george.txt')
-rw-r--r-- | npc/018-1/george.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/018-1/george.txt b/npc/018-1/george.txt index 63b0f0b4f..08d18c762 100644 --- a/npc/018-1/george.txt +++ b/npc/018-1/george.txt @@ -173,7 +173,7 @@ L_Shop: mesq l("If I had a map, I would be digging the treasures, not selling it, arr!"); next; mesn; - .@price=getiteminfo(IronShovel, ITEMINFO_SELLPRICE); + .@price=getiteminfo(IronShovel, ITEMINFO_BUYPRICE); mesq l("But I can sell ya a %s for %d GP. Interested?", getitemlink(IronShovel), .@price); if (Zeny < .@price) { mesc l("You do not have enough money."); |