--- deliantra/server/include/player.h 2006/09/20 21:53:50 1.18 +++ deliantra/server/include/player.h 2006/09/29 11:53:08 1.19 @@ -177,13 +177,13 @@ char ACC (RW, own_title)[MAX_NAME]; /* Title the player has chosen for themself */ /* Note that for dragon players, this is filled in for them */ - char ACC (RW, title)[BIG_NAME]; /* Default title, like fighter, wizard, etc */ + char ACC (RW, title)[64]; /* Default title, like fighter, wizard, etc */ sint8 levhp[11]; /* What the player gained on that level */ sint8 levsp[11]; /* Same for sp */ sint8 levgrace[11]; /* And same for grace */ - char ACC (RW, killer)[BIG_NAME]; /* Who killed this player. */ + char ACC (RW, killer)[64]; /* Who killed this player. */ char write_buf[MAX_BUF]; /* Holds arbitrary input from client */ char input_buf[MAX_BUF]; /* Holds command to run */