summaryrefslogtreecommitdiff
path: root/src/map/intif.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2014-02-19 14:45:58 -0300
committershennetsind <ind@henn.et>2014-02-19 14:45:58 -0300
commit01e3ab933f54432a07247f3babede749b6455129 (patch)
treee7e926637dbdc844909b4ae2cc0b851615cf36a0 /src/map/intif.c
parenta180d7f8f651fa7a79efdd275cd707559025c388 (diff)
downloadhercules-01e3ab933f54432a07247f3babede749b6455129.tar.gz
hercules-01e3ab933f54432a07247f3babede749b6455129.tar.bz2
hercules-01e3ab933f54432a07247f3babede749b6455129.tar.xz
hercules-01e3ab933f54432a07247f3babede749b6455129.zip
Fixed Bug 8031
way to check for char server connection fixed Special Thanks to FeNixZ! http://hercules.ws/board/tracker/issue-8031-map-server-crash-save-scdata-single-del-scdata-single/ Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/intif.c')
-rw-r--r--src/map/intif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/intif.c b/src/map/intif.c
index 49fbe4721..f04ec4015 100644
--- a/src/map/intif.c
+++ b/src/map/intif.c
@@ -273,7 +273,7 @@ int intif_saveregistry(struct map_session_data *sd) {
int plen = 0;
size_t len;
- if (intif->CheckForCharServer())
+ if (intif->CheckForCharServer() || !sd->var_db)
return -1;
WFIFOHEAD(inter_fd, 60000 + 300);