diff options
author | Haru <haru@dotalux.com> | 2016-11-15 00:04:09 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-11-20 18:10:28 +0100 |
commit | 692e15506af5893dae2da7d9715398f5ea06458d (patch) | |
tree | f6315d0dc67052642d2a14f6f59ccaa7644c8186 | |
parent | a26eb2f858cce483cf7edac7740643abd44e0709 (diff) | |
download | hercules-692e15506af5893dae2da7d9715398f5ea06458d.tar.gz hercules-692e15506af5893dae2da7d9715398f5ea06458d.tar.bz2 hercules-692e15506af5893dae2da7d9715398f5ea06458d.tar.xz hercules-692e15506af5893dae2da7d9715398f5ea06458d.zip |
Fixed various minor issues in the item DB
- Mostly whitespace, with the exception of the 'Wurst' item rename (was
previously incorrectly named Brusti)
Signed-off-by: Haru <haru@dotalux.com>
-rw-r--r-- | db/pre-re/item_db.conf | 6 | ||||
-rw-r--r-- | db/re/item_db.conf | 11 |
2 files changed, 8 insertions, 9 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index 836020da8..cd252e835 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -100,7 +100,7 @@ item_db: ( nocart: true/false (boolean, defaults to false) noselltonpc: true/false (boolean, defaults to false) nomail: true/false (boolean, defaults to false) - noauction: true/false (boolean, defaults to false) + noauction: true/false (boolean, defaults to false) nogstorage: true/false (boolean, defaults to false) partneroverride: true/false (boolean, defaults to false) } @@ -973,7 +973,7 @@ item_db: ( { Id: 585 AegisName: "Wurst" - Name: "Brusti" + Name: "Wurst" Type: 0 Buy: 2 Weight: 40 @@ -94342,7 +94342,7 @@ item_db: ( } Script: <" specialeffect2 EF_HASTEUP; - sc_start2 SC_STEAMPACK, 60000, 20, 25; + sc_start2 SC_STEAMPACK, 60000, 20, 25; "> }, { diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 04315b083..f421b5a5a 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -100,7 +100,7 @@ item_db: ( nocart: true/false (boolean, defaults to false) noselltonpc: true/false (boolean, defaults to false) nomail: true/false (boolean, defaults to false) - noauction: true/false (boolean, defaults to false) + noauction: true/false (boolean, defaults to false) nogstorage: true/false (boolean, defaults to false) partneroverride: true/false (boolean, defaults to false) } @@ -973,7 +973,7 @@ item_db: ( { Id: 585 AegisName: "Wurst" - Name: "Brusti" + Name: "Wurst" Type: 0 Buy: 2 Weight: 40 @@ -122263,7 +122263,7 @@ item_db: ( } Script: <" specialeffect2 EF_HASTEUP; - sc_start2 SC_STEAMPACK, 60000, 20, 25; + sc_start2 SC_STEAMPACK, 60000, 20, 25; "> }, { @@ -134614,7 +134614,6 @@ item_db: ( bonus2 bResEff,Eff_Freeze,25; bonus bUnbreakableHelm,0; "> - }, { Id: 18734 @@ -134872,7 +134871,7 @@ item_db: ( Name: "Feather Beret" Type: 5 Buy: 30000 - Weight: 600 + Weight: 600 Def: 1 Slots: 1 Job: { @@ -135663,7 +135662,7 @@ item_db: ( bonus2 bSkillAtk, WL_CHAINLIGHTNING_ATK, 5; } if (getrefine() > 8) { - bonus bMatkRate, 5; + bonus bMatkRate, 5; } "> }, |