mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +00:00
Migrate books [skip ci]
This commit is contained in:
parent
1737ef605c
commit
13e8199298
@ -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') {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user