Skip to content
Permalink
Browse files
Follow up to 7ecaf8b
Fixed a typo
  • Loading branch information
Lemongrass3110 committed Mar 2, 2017
1 parent 7ecaf8b commit 43ba736401d395fc2ee5e60fa35c48c443e88026
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/map/clif.c
@@ -19095,7 +19095,7 @@ void clif_parse_sale_add( int fd, struct map_session_data* sd ){
startTime = RFIFOL(fd, 12);
#if PACKETVER >= 20150520
if( RFIFOW(fd,0) == 0xa3d )
sellingHours = RFIFOB(fd, 16);
sellingHours = RFIFOW(fd, 16);
else
#endif
sellingHours = RFIFOB(fd, 16);

0 comments on commit 43ba736

Please sign in to comment.