diff options
Diffstat (limited to 'src/map/npc.h')
-rw-r--r-- | src/map/npc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/npc.h b/src/map/npc.h index 47f6117d9..81491eeb3 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -65,7 +65,7 @@ struct npc_data { struct { struct mob_data *md; time_t kill_time; - char *killer_name; + char killer_name[NAME_LENGTH]; } tomb; } u; }; |