diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-06-14 11:27:04 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-06-14 11:27:04 +0200 |
commit | 79355c775d87b4ae9998eb6a7a22e9c039d4a872 (patch) | |
tree | 7b675a56519fcc2dd32b7a8d9a11bd6e0f0ab97c /db/re | |
parent | 6cbdba1de6b21d9df235d2b3ad6e981e9b44b30a (diff) | |
download | serverdata-79355c775d87b4ae9998eb6a7a22e9c039d4a872.tar.gz serverdata-79355c775d87b4ae9998eb6a7a22e9c039d4a872.tar.bz2 serverdata-79355c775d87b4ae9998eb6a7a22e9c039d4a872.tar.xz serverdata-79355c775d87b4ae9998eb6a7a22e9c039d4a872.zip |
Swapped ID right bat wing and bat teeth for more coherence in the database.
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index d1218be6..57a92a5f 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1767,12 +1767,12 @@ item_db: ( }, { Id: 720 - AegisName: "BatTeeth" - Name: "Bat Teeth" + AegisName: "RightCraftyWing" + Name: "Right Crafty Wing" Type: "IT_ETC" Buy: 10 Sell: 3 - Weight: 3 + Weight: 35 Atk: 0 Matk: 0 Def: 0 @@ -1785,7 +1785,7 @@ item_db: ( WeaponLv: 0 EquipLv: 0 Refine: false - View: 720 + View: 721 BindOnEquip: false BuyingStore: true Delay: 0 @@ -1793,12 +1793,12 @@ item_db: ( }, { Id: 721 - AegisName: "RightCraftyWing" - Name: "Right Crafty Wing" + AegisName: "BatTeeth" + Name: "Bat Teeth" Type: "IT_ETC" Buy: 10 Sell: 3 - Weight: 35 + Weight: 3 Atk: 0 Matk: 0 Def: 0 @@ -1811,7 +1811,7 @@ item_db: ( WeaponLv: 0 EquipLv: 0 Refine: false - View: 721 + View: 720 BindOnEquip: false BuyingStore: true Delay: 0 |