summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorAsheraf <acheraf1998@gmail.com>2018-07-19 03:25:45 +0100
committerAsheraf <acheraf1998@gmail.com>2018-07-19 05:37:49 +0100
commitb4a5462cb762d03273b054708fe3378f6d82ede3 (patch)
tree53f652ef56a27ac305c4b9fce9bd9b609de163f3 /db
parent15fa09b8754c3c77b636a4f1466cb8fca0e690f1 (diff)
downloadhercules-b4a5462cb762d03273b054708fe3378f6d82ede3.tar.gz
hercules-b4a5462cb762d03273b054708fe3378f6d82ede3.tar.bz2
hercules-b4a5462cb762d03273b054708fe3378f6d82ede3.tar.xz
hercules-b4a5462cb762d03273b054708fe3378f6d82ede3.zip
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 3974a911e..c58a730a7 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"
+},
)