diff options
author | Reid <reidyaro@gmail.com> | 2015-09-24 21:10:50 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-09-24 21:11:54 +0200 |
commit | 6fcf45c6ba3fa49b308c08cc918aaddcedf6030d (patch) | |
tree | 76177b186ff7a97093bfda2e24db2eb77f24eebf | |
parent | 0f9273114386a82f164071a2b6df5f2747c2658d (diff) | |
download | clientdata-6fcf45c6ba3fa49b308c08cc918aaddcedf6030d.tar.gz clientdata-6fcf45c6ba3fa49b308c08cc918aaddcedf6030d.tar.bz2 clientdata-6fcf45c6ba3fa49b308c08cc918aaddcedf6030d.tar.xz clientdata-6fcf45c6ba3fa49b308c08cc918aaddcedf6030d.zip |
Move the shovel from item 729 TO 526.
-rw-r--r-- | db/re/item_db.conf | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 7f9be932..30c47740 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -839,6 +839,36 @@ item_db: ( "> }, { + Id: 526 + AegisName: "IronShovel" + Name: "Iron Shovel" + Type: "IT_USABLE" + Buy: 3000 + Sell: 100 + Weight: 210 + Atk: 0 + Matk: 0 + Def: 0 + Range: 0 + Slots: 0 + Job: 0xFFFFFFFF + Upper: 0x3F + Gender: 0 + Loc: 0 + WeaponLv: 0 + EquipLv: 0 + Refine: false + View: 729 + BindOnEquip: false + BuyingStore: true + Delay: 0 + KeepAfterUse: true + Sprite: 0 + Script: <" + doevent "Shovel::OnUse"; + "> +}, +{ Id: 700 AegisName: "SmallTentacles" Name: "Small Tentacles" @@ -1617,36 +1647,6 @@ item_db: ( Sprite: 0 }, { - Id: 729 - AegisName: "IronShovel" - Name: "Iron Shovel" - Type: "IT_USABLE" - Buy: 3000 - Sell: 100 - Weight: 210 - Atk: 0 - Matk: 0 - Def: 0 - Range: 0 - Slots: 0 - Job: 0xFFFFFFFF - Upper: 0x3F - Gender: 0 - Loc: 0 - WeaponLv: 0 - EquipLv: 0 - Refine: false - View: 729 - BindOnEquip: false - BuyingStore: true - Delay: 0 - KeepAfterUse: true - Sprite: 0 - Script: <" - doevent "Shovel::OnUse"; - "> -}, -{ Id: 1300 AegisName: "CreasedShirt" Name: "Creased Shirt" |