summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-08-12 01:34:41 +0200
committerHaru <haru@dotalux.com>2015-08-12 01:34:41 +0200
commitbe8b2eaed13475ae043daa81882e490e78396562 (patch)
tree9c4b888f47d05740d744b2a0ce79333711292b9b /src/map/map.c
parentf9cc60831717b91b5ab72c03283ce23f6bfd5317 (diff)
downloadhercules-be8b2eaed13475ae043daa81882e490e78396562.tar.gz
hercules-be8b2eaed13475ae043daa81882e490e78396562.tar.bz2
hercules-be8b2eaed13475ae043daa81882e490e78396562.tar.xz
hercules-be8b2eaed13475ae043daa81882e490e78396562.zip
Fixed some issues reported by Coverity
Follow-up to 5090bdf750017f0d631401edd563c452bd10ec24, 84e02ac28fbb15c58d0a0f8a916b49663198b05b Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.c b/src/map/map.c
index 4da555cd5..e43d4d7f6 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -3770,7 +3770,7 @@ int inter_config_read(char *cfgName) {
else if(strcmpi(w1,"use_sql_mob_skill_db")==0) {
map->db_use_sql_mob_skill_db = config_switch(w2);
ShowStatus ("Using monster skill database as SQL: '%s'\n", w2);
- if (map->db_use_sql_mob_db) {
+ if (map->db_use_sql_mob_skill_db) {
// Deprecated 2015-08-09 [Haru]
ShowWarning("Support for the SQL monster skill database is deprecated and it will removed in future versions. "
"Please upgrade to the non-sql version as soon as possible. "