aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt3
-rw-r--r--sql/characters.sql1
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 551a8632948..d0461e2d2ea 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -49,11 +49,12 @@ if(CONF_DIR)
else(CONF_DIR)
SET(CONF_DIR ${PREFIX}/etc)
endif(CONF_DIR)
+SET(LIBSDIR ${CMAKE_INSTALL_PREFIX}/lib)
message("* Will install to: ${CMAKE_INSTALL_PREFIX}")
message("* With config dir at: ${CONF_DIR}")
+message("* Libs install dir at: ${LIBSDIR}")
-SET(LIBSDIR ${CMAKE_INSTALL_PREFIX}/lib)
FIND_LIBRARY(SSLLIB NAMES ssl DOC "SSL library")
FIND_LIBRARY(ZLIB z "Zlib library")
diff --git a/sql/characters.sql b/sql/characters.sql
index 152d597ee19..fcd5cc08ffc 100644
--- a/sql/characters.sql
+++ b/sql/characters.sql
@@ -774,7 +774,6 @@ LOCK TABLES `character_tutorial` WRITE;
UNLOCK TABLES;
--
- `arena_pending_points` int (10) UNSIGNED NOT NULL default '0',
-- Table structure for table `corpse`
--