From 13e8199298957bd5989450a3d38565e058b83805 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Wed, 11 Mar 2020 03:10:40 -0500 Subject: [PATCH] Migrate books [skip ci] --- zone/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/client.cpp b/zone/client.cpp index 8c4b42957..70f543da9 100644 --- a/zone/client.cpp +++ b/zone/client.cpp @@ -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') {