mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 13:16:39 +00:00
Migrate books [skip ci]
This commit is contained in:
+1
-1
@@ -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') {
|
||||||
|
|||||||
Reference in New Issue
Block a user