diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-07-26 22:48:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-07-26 22:48:45 +0300 |
commit | f47ce884e05379ed4f78fa2d8926223c94e86e7d (patch) | |
tree | 2b0d40a4d4b8f20e55f15e13e2b217ead5e08a9d /db | |
parent | bbd7cf69110ebd8632b2c867cf362f346020eab7 (diff) | |
download | serverdata-f47ce884e05379ed4f78fa2d8926223c94e86e7d.tar.gz serverdata-f47ce884e05379ed4f78fa2d8926223c94e86e7d.tar.bz2 serverdata-f47ce884e05379ed4f78fa2d8926223c94e86e7d.tar.xz serverdata-f47ce884e05379ed4f78fa2d8926223c94e86e7d.zip |
Update from hercules.
Update configs
Add new sql update.
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 6 | ||||
-rw-r--r-- | db/stylist_db.conf | 12 |
2 files changed, 12 insertions, 6 deletions
diff --git a/db/constants.conf b/db/constants.conf index d49283f1..29d308c1 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -33,15 +33,9 @@ constants_db: { ************* Entry structure (full) ************************************* Identifier: { Value: value // (int) - Parameter: true // (boolean) Defaults to false. Deprecated: true // (boolean) Defaults to false. } **************************************************************************/ -// NOTE: -// Parameters are special in that they retrieve certain runtime values -// depending on the specified ID in field Value. Depending on the -// implementation values assigned by scripts to parameters will affect -// runtime values, such as Zeny, as well (see pc_readparam/pc_setparam). comment__: "Weekdays" SUNDAY: 0 diff --git a/db/stylist_db.conf b/db/stylist_db.conf index 6452da8a..e857df97 100644 --- a/db/stylist_db.conf +++ b/db/stylist_db.conf @@ -251,4 +251,16 @@ stylist_db: ( // ItemID: "Clothing_Dye_Coupon" // BoxItemID: "Clothing_Dye_Box" }, +{ + Type: "LOOK_BODY2" + Id: 0 +// ItemID: "Costume_Change_Ticket" +// BoxItemID: "Costume_Change_Ticket" +}, +{ + Type: "LOOK_BODY2" + Id: 1 +// ItemID: "Costume_Change_Ticket" +// BoxItemID: "Costume_Change_Ticket" +}, ) |