diff options
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index fee72a26c..716e5e7c5 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -5157,6 +5157,7 @@ int clif_send0199(int map,int type) struct block_list bl;
unsigned char buf[16];
+ bl.id = 0;
bl.type = BL_NUL;
bl.m = map;
WBUFW(buf,0)=0x199;
|