We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63e90b commit 07c85dbCopy full SHA for 07c85db
src/map/clif.c
@@ -11944,7 +11944,7 @@ static void clif_parse_NpcClicked(int fd, struct map_session_data *sd)
11944
clif->clearunit_area(&sd->bl,CLR_DEAD);
11945
return;
11946
}
11947
- if (sd->npc_id > 0 || (sd->state.workinprogress & 2 == 2) || sd->block_action.npc == 1) { // *pcblock script command
+ if (sd->npc_id > 0 || (sd->state.workinprogress & 2) == 2 || sd->block_action.npc == 1) { // *pcblock script command
11948
#if PACKETVER >= 20110308
11949
clif->msgtable(sd, MSG_BUSY);
11950
#else
0 commit comments