diff options
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 9839258e4..84de4d745 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -635,6 +635,8 @@ END_ZEROED_BLOCK; /* Achievement System */ struct char_achievements achievement; bool achievements_received; + // Title + VECTOR_DECL(int) title_ids; }; #define EQP_WEAPON EQP_HAND_R |