diff options
Diffstat (limited to 'src/map/script.c')
-rw-r--r-- | src/map/script.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c index f50e56d2d..a0b9f80cc 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -3904,7 +3904,6 @@ void script_detach_state(struct script_state* st, bool dequeue_event) { if(st->rid && (sd = map->id2sd(st->rid))!=NULL) { sd->st = st->bk_st; sd->npc_id = st->bk_npcid; - sd->state.dialog = 0; if(st->bk_st) { //Remove tag for removal. st->bk_st = NULL; |