Migrate books [skip ci]

This commit is contained in:
Akkadius 2020-03-11 03:10:40 -05:00
parent 1737ef605c
commit 13e8199298

View File

@ -2093,7 +2093,7 @@ void Client::ReadBook(BookRequest_Struct *book) {
return; return;
} }
std::string booktxt2 = database.GetBook(txtfile, &book_language); std::string booktxt2 = content_db.GetBook(txtfile, &book_language);
int length = booktxt2.length(); int length = booktxt2.length();
if (booktxt2[0] != '\0') { if (booktxt2[0] != '\0') {