diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-15 12:10:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-15 12:10:47 -0300 |
commit | 9a488498e0462b92512266d8bff9a973bfca85a7 (patch) | |
tree | fb245bb6911ebf76f1a950b6a8011b748669f62b /db/re/item_db.conf | |
parent | cb8276e22e2fba0f9a8a23cd0bb5344d07967369 (diff) | |
download | serverdata-9a488498e0462b92512266d8bff9a973bfca85a7.tar.gz serverdata-9a488498e0462b92512266d8bff9a973bfca85a7.tar.bz2 serverdata-9a488498e0462b92512266d8bff9a973bfca85a7.tar.xz serverdata-9a488498e0462b92512266d8bff9a973bfca85a7.zip |
Does order matters? + minor improvements
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index d14e67b9b..38b9e05c6 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2821,7 +2821,7 @@ item_db: ( { Id: 648 AegisName: "LukPotionA" - Name: "Inc Luck Potion" + Name: "Luck Potion" Type: "IT_USABLE" Buy: 1000000 Sell: 0 @@ -2839,7 +2839,7 @@ item_db: ( { Id: 649 AegisName: "LukPotionB" - Name: "Inc Luck+ Potion" + Name: "Luck+ Potion" Type: "IT_USABLE" Buy: 1000000 Sell: 0 @@ -2857,7 +2857,7 @@ item_db: ( { Id: 650 AegisName: "LukPotionC" - Name: "Inc Luck++ Potion" + Name: "Luck++ Potion" Type: "IT_USABLE" Buy: 1000000 Sell: 0 @@ -2875,7 +2875,7 @@ item_db: ( { Id: 651 AegisName: "DexPotionA" - Name: "Inc Dex Potion" + Name: "Dex Potion" Type: "IT_USABLE" Buy: 1000000 Sell: 0 @@ -2893,7 +2893,7 @@ item_db: ( { Id: 652 AegisName: "DexPotionB" - Name: "Inc Dex+ Potion" + Name: "Dex+ Potion" Type: "IT_USABLE" Buy: 1000000 Sell: 0 @@ -2911,7 +2911,7 @@ item_db: ( { Id: 653 AegisName: "DexPotionC" - Name: "Inc Dex++ Potion" + Name: "Dex++ Potion" Type: "IT_USABLE" Buy: 1000000 Sell: 0 @@ -2929,7 +2929,7 @@ item_db: ( { Id: 654 AegisName: "IntPotionA" - Name: "Inc Int Potion" + Name: "Int Potion" Type: "IT_USABLE" Buy: 1000000 Sell: 0 @@ -2947,7 +2947,7 @@ item_db: ( { Id: 655 AegisName: "IntPotionB" - Name: "Inc Int+ Potion" + Name: "Int+ Potion" Type: "IT_USABLE" Buy: 1000000 Sell: 0 @@ -2965,7 +2965,7 @@ item_db: ( { Id: 656 AegisName: "IntPotionC" - Name: "Inc Int++ Potion" + Name: "Int++ Potion" Type: "IT_USABLE" Buy: 1000000 Sell: 0 @@ -2983,7 +2983,7 @@ item_db: ( { Id: 657 AegisName: "VitPotionA" - Name: "Inc Vit Potion" + Name: "Vit Potion" Type: "IT_USABLE" Buy: 1000000 Sell: 0 @@ -3001,7 +3001,7 @@ item_db: ( { Id: 658 AegisName: "VitPotionB" - Name: "Inc Vit+ Potion" + Name: "Vit+ Potion" Type: "IT_USABLE" Buy: 1000000 Sell: 0 @@ -3019,7 +3019,7 @@ item_db: ( { Id: 659 AegisName: "VitPotionC" - Name: "Inc Vit++ Potion" + Name: "Vit++ Potion" Type: "IT_USABLE" Buy: 1000000 Sell: 0 @@ -3037,7 +3037,7 @@ item_db: ( { Id: 660 AegisName: "AgiPotionA" - Name: "Inc Agi Potion" + Name: "Agi Potion" Type: "IT_USABLE" Buy: 1000000 Sell: 0 @@ -3055,7 +3055,7 @@ item_db: ( { Id: 661 AegisName: "AgiPotionB" - Name: "Inc Agi+ Potion" + Name: "Agi+ Potion" Type: "IT_USABLE" Buy: 1000000 Sell: 0 @@ -3073,7 +3073,7 @@ item_db: ( { Id: 662 AegisName: "AgiPotionC" - Name: "Inc Agi++ Potion" + Name: "Agi++ Potion" Type: "IT_USABLE" Buy: 1000000 Sell: 0 |