From be04b21c5a00a025229dbec29e1fa8bdc7da11a8 Mon Sep 17 00:00:00 2001 From: Kenpachi Developer Date: Thu, 25 Jun 2020 07:57:19 +0200 Subject: Enable dropping items while Megaphone input box is present --- src/map/clif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map') diff --git a/src/map/clif.c b/src/map/clif.c index b025249e7..f220e0e06 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -11982,7 +11982,7 @@ static void clif_parse_DropItem(int fd, struct map_session_data *sd) if (pc_isdead(sd)) break; - if ( pc_cant_act2(sd) || sd->state.vending ) + if (pc_cant_act_except_npc_chat(sd) || (sd->npc_id != 0 && sd->state.using_megaphone == 0)) break; if (sd->sc.count && ( -- cgit v1.2.3-60-g2f50