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 88150576b..9ccb2b2c8 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -3033,7 +3033,7 @@ int clif_updatestatus(struct map_session_data *sd,int type) if ( !session_isActive(fd) ) // Invalid pointer fix, by sasuke [Kevin]
return 0;
- WFIFOHEAD(fd, 14);
+ WFIFOHEAD(fd, 14);
WFIFOW(fd,0)=0xb0;
WFIFOW(fd,2)=type;
switch(type){
|