Skip to content

Commit 07c85db

Browse files
author
Ridley
committed
no message
1 parent c63e90b commit 07c85db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/map/clif.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11944,7 +11944,7 @@ static void clif_parse_NpcClicked(int fd, struct map_session_data *sd)
1194411944
clif->clearunit_area(&sd->bl,CLR_DEAD);
1194511945
return;
1194611946
}
11947-
if (sd->npc_id > 0 || (sd->state.workinprogress & 2 == 2) || sd->block_action.npc == 1) { // *pcblock script command
11947+
if (sd->npc_id > 0 || (sd->state.workinprogress & 2) == 2 || sd->block_action.npc == 1) { // *pcblock script command
1194811948
#if PACKETVER >= 20110308
1194911949
clif->msgtable(sd, MSG_BUSY);
1195011950
#else

0 commit comments

Comments
 (0)