diff options
author | Haru <haru@dotalux.com> | 2018-07-25 03:25:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-25 03:25:54 +0200 |
commit | a57601ad534481e29e4d9746c0442a780e13ba7e (patch) | |
tree | 8dd7ceb9939d142eda50e7482370b221d76c8b46 /src/map/pc.h | |
parent | ed988911d28ddfa64e1340389a818e94785f2cba (diff) | |
parent | f1ce1f48d541b8b574d2fbc2bc03ea92e816d71e (diff) | |
download | hercules-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 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 622dcf3f7..0781fe801 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -1179,6 +1179,7 @@ END_ZEROED_BLOCK; /* End */ void (*check_supernovice_call) (struct map_session_data *sd, const char *message); bool (*check_basicskill) (struct map_session_data *sd, int level); bool (*isDeathPenaltyJob) (uint16 job); + bool (*has_second_costume) (struct map_session_data *sd); }; #ifdef HERCULES_CORE |