diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/char_sql/char.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/char_sql/char.c b/src/char_sql/char.c index 098736caf..1a0945695 100644 --- a/src/char_sql/char.c +++ b/src/char_sql/char.c @@ -1249,6 +1249,10 @@ int mmo_char_sql_init(void) { //it will dc all off players
//and send the loginserver the new state....
+ // Force all users offline in sql when starting char-server
+ // (useful when servers crashs and don't clean the database)
+ set_all_offline_sql();
+
ShowInfo("Finished initilizing.......\n");
return 0;
|