mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 16:28:28 +00:00
Migrate books [skip ci]
This commit is contained in:
+1
-1
@@ -2093,7 +2093,7 @@ void Client::ReadBook(BookRequest_Struct *book) {
|
||||
return;
|
||||
}
|
||||
|
||||
std::string booktxt2 = database.GetBook(txtfile, &book_language);
|
||||
std::string booktxt2 = content_db.GetBook(txtfile, &book_language);
|
||||
int length = booktxt2.length();
|
||||
|
||||
if (booktxt2[0] != '\0') {
|
||||
|
||||
Reference in New Issue
Block a user