diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-14 15:35:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-14 15:35:59 +0300 |
commit | 5d99280316a6047dbbc987cf533a246663b8816f (patch) | |
tree | 9384fe88ceaafde5ca696216f0ddfde1574b3065 /db | |
parent | 091df9ffc5338a9bfdcc2fdb166b0f5661781c94 (diff) | |
download | serverdata-5d99280316a6047dbbc987cf533a246663b8816f.tar.gz serverdata-5d99280316a6047dbbc987cf533a246663b8816f.tar.bz2 serverdata-5d99280316a6047dbbc987cf533a246663b8816f.tar.xz serverdata-5d99280316a6047dbbc987cf533a246663b8816f.zip |
Revert "Swapped ID right bat wing and bat teeth for more coherence in the database."
This reverts commit 79355c775d87b4ae9998eb6a7a22e9c039d4a872.
Diffstat (limited to 'db')
-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 57a92a5f..d1218be6 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1767,12 +1767,12 @@ item_db: ( }, { Id: 720 - 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 @@ -1785,7 +1785,7 @@ item_db: ( WeaponLv: 0 EquipLv: 0 Refine: false - View: 721 + View: 720 BindOnEquip: false BuyingStore: true Delay: 0 @@ -1793,12 +1793,12 @@ item_db: ( }, { Id: 721 - 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 @@ -1811,7 +1811,7 @@ item_db: ( WeaponLv: 0 EquipLv: 0 Refine: false - View: 720 + View: 721 BindOnEquip: false BuyingStore: true Delay: 0 |