Skip to content

Commit

Permalink
Merge pull request #1401 from Emistry/clif_showscript
Browse files Browse the repository at this point in the history
Corrected the showscript packet
  • Loading branch information
4144 committed Aug 16, 2016
2 parents 225f499 + b5008d8 commit 048bd16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/clif.c
Original file line number Diff line number Diff line change
Expand Up @@ -17747,7 +17747,7 @@ void clif_ShowScript(struct block_list *bl, const char *message)
WBUFW(buf,2) = len+8;
WBUFL(buf,4) = bl->id;
safestrncpy(WBUFP(buf,8),message,len);
clif->send(buf,WBUFW(buf,2),bl,ALL_CLIENT);
clif->send(buf,WBUFW(buf,2),bl,AREA);
}

void clif_status_change_end(struct block_list *bl, int tid, enum send_target target, int type) {
Expand Down

0 comments on commit 048bd16

Please sign in to comment.