Explorar el Código

Fixed monsters in SQL mode

Fixes #5752

Thanks to @sianromantic
Lemongrass3110 hace 4 años
padre
commit
3de24d8183
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/map/mob.cpp

+ 3 - 0
src/map/mob.cpp

@@ -5138,6 +5138,9 @@ static int mob_read_sqldb(void)
 
 		ShowStatus("Done reading '" CL_WHITE "%" PRIu64 CL_RESET "' entries in '" CL_WHITE "%s" CL_RESET "'.\n", count, mob_db_name[fi]);
 	}
+
+	mob_db.loadingFinished();
+
 	return 0;
 }