summaryrefslogtreecommitdiff
path: root/src/map/chat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/chat.c')
-rw-r--r--src/map/chat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/chat.c b/src/map/chat.c
index 0e438cedf..03aba375c 100644
--- a/src/map/chat.c
+++ b/src/map/chat.c
@@ -282,6 +282,7 @@ int chat_createnpcchat(struct npc_data *nd,int limit,int pub,int trigger,char* t
cd->bl.x = nd->bl.x;
cd->bl.y = nd->bl.y;
cd->bl.type = BL_CHAT;
+ cd->bl.prev= cd->bl.next = NULL;
cd->owner_ = (struct block_list *)nd;
cd->owner = &cd->owner_;
if (strlen(ev) > 49)