diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index bb428d52..7f9be932 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1620,7 +1620,7 @@ item_db: ( Id: 729 AegisName: "IronShovel" Name: "Iron Shovel" - Type: "IT_ETC" + Type: "IT_USABLE" Buy: 3000 Sell: 100 Weight: 210 @@ -1640,7 +1640,11 @@ item_db: ( BindOnEquip: false BuyingStore: true Delay: 0 + KeepAfterUse: true Sprite: 0 + Script: <" + doevent "Shovel::OnUse"; + "> }, { Id: 1300 |