summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/echar/char.c1
-rw-r--r--src/elogin/parse.c1
-rw-r--r--src/emap/atcommand.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/echar/char.c b/src/echar/char.c
index b9e339e..3c11832 100644
--- a/src/echar/char.c
+++ b/src/echar/char.c
@@ -332,6 +332,7 @@ void echar_parse_map_serverexit(int mapFd)
case 102: // restart char and map server
case 104: // git pull and all restart
case 105: // build all
+ case 106: // rebuild all
echat_send_login_serverexit(code);
HSleep(1);
core->shutdown_callback();
diff --git a/src/elogin/parse.c b/src/elogin/parse.c
index 15b0f7a..7870fad 100644
--- a/src/elogin/parse.c
+++ b/src/elogin/parse.c
@@ -224,6 +224,7 @@ void elogin_parse_serverexit(int fd)
case 101: // all restart
case 104: // git pull and all restart
case 105: // build all
+ case 106: // rebuild all
core->shutdown_callback();
break;
case 102: // restart char and map server
diff --git a/src/emap/atcommand.c b/src/emap/atcommand.c
index 8d6979a..61f35e1 100644
--- a/src/emap/atcommand.c
+++ b/src/emap/atcommand.c
@@ -148,6 +148,7 @@ ACMD1(mapExit)
// 103 - restart map server
// 104 - git pull and restart all servers
// 105 - build all
+// 106 - rebuild all
ACMD1(serverExit)
{
int code = 0;