summaryrefslogtreecommitdiff
path: root/src/emap/clif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emap/clif.c')
-rw-r--r--src/emap/clif.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/emap/clif.c b/src/emap/clif.c
index 4de666f..24265e4 100644
--- a/src/emap/clif.c
+++ b/src/emap/clif.c
@@ -29,6 +29,8 @@
#include "emap/struct/mapdext.h"
#include "emap/struct/sessionext.h"
+extern bool isInit;
+
void eclif_quest_send_list(TBL_PC *sd)
{
if (!sd)
@@ -710,7 +712,7 @@ void eclif_disp_message(struct block_list* src,
int len = *lenPtr;
- if (len == 0)
+ if (len == 0 || !isInit)
return;
nullpo_retv(src);