summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-07-25 03:25:54 +0200
committerGitHub <noreply@github.com>2018-07-25 03:25:54 +0200
commita57601ad534481e29e4d9746c0442a780e13ba7e (patch)
tree8dd7ceb9939d142eda50e7482370b221d76c8b46 /db
parented988911d28ddfa64e1340389a818e94785f2cba (diff)
parentf1ce1f48d541b8b574d2fbc2bc03ea92e816d71e (diff)
downloadhercules-a57601ad534481e29e4d9746c0442a780e13ba7e.tar.gz
hercules-a57601ad534481e29e4d9746c0442a780e13ba7e.tar.bz2
hercules-a57601ad534481e29e4d9746c0442a780e13ba7e.tar.xz
hercules-a57601ad534481e29e4d9746c0442a780e13ba7e.zip
Merge pull request #2138 from Asheraf/stylistupdate
Add support for bodystyle in stylist shop ui
Diffstat (limited to 'db')
-rw-r--r--db/re/item_db.conf5
-rw-r--r--db/stylist_db.conf12
2 files changed, 17 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 329fc06aa..5e3435036 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -74526,6 +74526,11 @@ item_db: (
}
},
{
+ Id: 6959
+ AegisName: "Costume_Change_Ticket"
+ Name: "Costume Change Ticket"
+},
+{
Id: 7001
AegisName: "Mould_Powder"
Name: "Mould Powder"
diff --git a/db/stylist_db.conf b/db/stylist_db.conf
index f11bf016a..70d7162f5 100644
--- a/db/stylist_db.conf
+++ b/db/stylist_db.conf
@@ -306,4 +306,16 @@ stylist_db: (
Id: "Granpa_Beard"
Zeny: 5000
},
+{
+ 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"
+},
)