aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/game/SpellMgr.cpp4
-rw-r--r--src/trinitycore/trinitycore.conf.dist4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp
index b82343111a3..0500432f3e3 100644
--- a/src/game/SpellMgr.cpp
+++ b/src/game/SpellMgr.cpp
@@ -1233,7 +1233,7 @@ void SpellMgr::LoadSpellTargetPositions()
if(found)
{
if(!spellmgr.GetSpellTargetPosition(i))
- sLog.outDetail("Spell (ID: %u) does not have record in `spell_target_position`", i);
+ sLog.outDebug("Spell (ID: %u) does not have record in `spell_target_position`", i);
}
}
@@ -2057,7 +2057,7 @@ void SpellMgr::LoadSpellScriptTarget()
{
SpellScriptTargetBounds bounds = spellmgr.GetSpellScriptTargetBounds(i);
if(bounds.first==bounds.second)
- sLog.outDetail("Spell (ID: %u) does not have record in `spell_script_target`", i);
+ sLog.outDebug("Spell (ID: %u) does not have record in `spell_script_target`", i);
}
}
diff --git a/src/trinitycore/trinitycore.conf.dist b/src/trinitycore/trinitycore.conf.dist
index ae8ad473a37..2caeae3e33a 100644
--- a/src/trinitycore/trinitycore.conf.dist
+++ b/src/trinitycore/trinitycore.conf.dist
@@ -1,7 +1,7 @@
##########################################
# Trinity Core worldd configuration file #
##########################################
-ConfVersion=2009091201
+ConfVersion=2009091601
###################################################################################################################
# CONNECTIONS AND DIRECTORIES
@@ -431,7 +431,7 @@ RaLogFile = "ra_commands.log"
ArenaLogFile = ""
LogColors = ""
EnableLogDB = 0
-DBLogLevel = 1
+DBLogLevel = 2
LogDB.Char = 0
LogDB.GM = 0
LogDB.RA = 0