From c168d7b7b6f87d5c942fe1acfa69429d85836f43 Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Mon, 21 Dec 2015 12:41:49 -0500 Subject: [PATCH] Fix macro hack? [skip ci] --- common/shareddb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/shareddb.cpp b/common/shareddb.cpp index 129584159..fe4ad1b5d 100644 --- a/common/shareddb.cpp +++ b/common/shareddb.cpp @@ -835,7 +835,7 @@ void SharedDatabase::LoadItems(void *data, uint32 size, int32 items, uint32 max_ Item_Struct item; const std::string query = "SELECT source," -#define F(x) "`" #x "`," +#define F(x) "`"#x"`," #include "item_fieldlist.h" #undef F "updated FROM items ORDER BY id";