diff options
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index 44eee8c21..de66fbdcf 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -7815,7 +7815,7 @@ int clif_charnameack (int fd, struct block_list *bl) }
break;
//[blackhole89]
- case BL_HOMUNCULUS:
+ case BL_HOM:
memcpy(WBUFP(buf,6), ((struct homun_data*)bl)->master->homunculus.name, NAME_LENGTH);
break;
case BL_PET:
|