diff options
Diffstat (limited to 'npc/019-1')
-rw-r--r-- | npc/019-1/well.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/019-1/well.txt b/npc/019-1/well.txt index fff9efc07..e9c55f90c 100644 --- a/npc/019-1/well.txt +++ b/npc/019-1/well.txt @@ -68,7 +68,7 @@ L_Throw: // If ID is invalid, there's not enough items, it is bound = Cannot bury if (.@id < 1 || countitem(.@id) < 1 || checkbound(.@id) || !getiteminfo(.@id, ITEMINFO_MAXCHANCE)) { if (checkbound(.@id)) - mesc l("You cannot bury this item!"); + mesc l("You cannot drop this item!"); else if (!getiteminfo(.@id, ITEMINFO_MAXCHANCE)) mesc l("This item is too precious, you cannot part with it!"); else |