diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-15 13:16:28 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-15 13:16:28 -0200 |
commit | 3336b8e2ec67cdc54b0c819531cb9ad862eff927 (patch) | |
tree | ff0e9a385e751ea1bfd93223f36e7af15d6e4409 /npc | |
parent | 59b5e43d45baae20f0dd535a413fd6b3b19d4c65 (diff) | |
download | serverdata-3336b8e2ec67cdc54b0c819531cb9ad862eff927.tar.gz serverdata-3336b8e2ec67cdc54b0c819531cb9ad862eff927.tar.bz2 serverdata-3336b8e2ec67cdc54b0c819531cb9ad862eff927.tar.xz serverdata-3336b8e2ec67cdc54b0c819531cb9ad862eff927.zip |
[skip ci]
Diffstat (limited to 'npc')
-rw-r--r-- | npc/items/shovel.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/shovel.txt b/npc/items/shovel.txt index 36a56756a..4dc725249 100644 --- a/npc/items/shovel.txt +++ b/npc/items/shovel.txt @@ -174,7 +174,7 @@ function script shovel_scatter { @ShovelLastUsed = 0; if (.@id == IronShovel || checkbound(.@id)) mesc l("You cannot bury this item!"); - else if (!getiteminfo(.@id, ITEMINFO_MAXCHANCE)) + else if (!getiteminfo(.@id, ITEMINFO_TRADE)) mesc l("This item is too precious, you cannot part with it!"); else mesc l("You give up."); |