diff options
Diffstat (limited to 'npc/custom/Auctioneer.txt')
-rw-r--r-- | npc/custom/Auctioneer.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/Auctioneer.txt b/npc/custom/Auctioneer.txt index 433fc8170..83153d763 100644 --- a/npc/custom/Auctioneer.txt +++ b/npc/custom/Auctioneer.txt @@ -183,7 +183,7 @@ L_AItemsLoop: close; L_NotEnough: mes "[Auctioneer]"; - mes "Seems you don't have that much "+getitemname(@setitem)+"'s"; + mes "Seems you don't have that many "+getitemname(@setitem)+"'s"; close; // If the Auction has enterd phase 2, it will run this, during this time items you can bid on registered // No items can be retrieved during this time, they are now stuck |