diff options
author | Asheraf <acheraf1998@gmail.com> | 2018-07-19 03:25:45 +0100 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2018-07-19 05:37:49 +0100 |
commit | b4a5462cb762d03273b054708fe3378f6d82ede3 (patch) | |
tree | 53f652ef56a27ac305c4b9fce9bd9b609de163f3 /src/map/pc.h | |
parent | 15fa09b8754c3c77b636a4f1466cb8fca0e690f1 (diff) | |
download | hercules-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 '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 f998c799d..9bad3a135 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -1177,6 +1177,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 |