diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-04 20:07:55 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-02-21 21:23:36 +0100 |
commit | 49d44a6e6588c6800812267c270d03856a6cf06b (patch) | |
tree | 7c3fd9ff7fa0de6ba12ffdfdb991bc5934254e3b /db/item_db2.conf | |
parent | a5c70f70c9bd69ae70a8c2715fe60c84df4b2edf (diff) | |
download | hercules-49d44a6e6588c6800812267c270d03856a6cf06b.tar.gz hercules-49d44a6e6588c6800812267c270d03856a6cf06b.tar.bz2 hercules-49d44a6e6588c6800812267c270d03856a6cf06b.tar.xz hercules-49d44a6e6588c6800812267c270d03856a6cf06b.zip |
Changed item_db to new format
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db/item_db2.conf')
-rw-r--r-- | db/item_db2.conf | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/db/item_db2.conf b/db/item_db2.conf index ec38f5f90..8098b4155 100644 --- a/db/item_db2.conf +++ b/db/item_db2.conf @@ -609,7 +609,10 @@ item_db: ( Type: 5 Buy: 43000 Weight: 500 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 OnEquipScript: <" sc_start SC_WEDDING,-1,0; "> OnUnequipScript: <" sc_end SC_WEDDING; "> @@ -623,7 +626,10 @@ item_db: ( Type: 5 Buy: 43000 Weight: 10 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Gender: 1 Loc: 16 OnEquipScript: <" sc_start SC_WEDDING,-1,0; "> |