|
@@ -9625,7 +9625,7 @@ void pc_close_npc(map_session_data *sd,int flag)
|
|
|
if (sd->st) {
|
|
|
if (sd->st->state == CLOSE) {
|
|
|
clif_scriptclose( *sd, sd->npc_id );
|
|
|
- clif_scriptclear( *sd, sd->npc_id ); // [Ind/Hercules]
|
|
|
+ clif_cutin( *sd, "", 255); // Force to end cutin [Haydrich]
|
|
|
sd->st->state = END; // Force to end now
|
|
|
}
|
|
|
if (sd->st->state == END) { // free attached scripts that are waiting
|