summaryrefslogtreecommitdiff
path: root/src/echar
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-08-10 02:37:36 +0300
committerAndrei Karas <akaras@inbox.ru>2016-08-10 02:37:36 +0300
commit3b22392e73e52ffb2b001288ce9ab54101a03529 (patch)
tree5e76870a31c8587158c2401e9a9e89a08abce2c9 /src/echar
parentcb10231838c918dbf380899a947599331818a4bc (diff)
downloadevol-hercules-3b22392e73e52ffb2b001288ce9ab54101a03529.tar.gz
evol-hercules-3b22392e73e52ffb2b001288ce9ab54101a03529.tar.bz2
evol-hercules-3b22392e73e52ffb2b001288ce9ab54101a03529.tar.xz
evol-hercules-3b22392e73e52ffb2b001288ce9ab54101a03529.zip
Add support for exit status code for pull and restart.
Diffstat (limited to 'src/echar')
-rw-r--r--src/echar/char.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/echar/char.c b/src/echar/char.c
index 26e6c61..6223ac4 100644
--- a/src/echar/char.c
+++ b/src/echar/char.c
@@ -329,6 +329,7 @@ void echar_parse_map_serverexit(int mapFd)
{
case 100: // all exit
case 101: // all restart
+ case 104: // git pull and all restart
case 102: // restart char and map server
echat_send_login_serverexit(code);
HSleep(1);