aboutsummaryrefslogtreecommitdiff
path: root/src/game/SkillExtraItems.cpp
diff options
context:
space:
mode:
authorXTZGZoReX <none@none>2009-03-19 21:13:52 +0100
committerXTZGZoReX <none@none>2009-03-19 21:13:52 +0100
commit9fe43fa9c0bd21f6c203072f19a77a570680ecab (patch)
tree5592cf3a9b39a04e7e81295408625713a6fdd2bd /src/game/SkillExtraItems.cpp
parentfd2f768dfd7c877880942477a7d1b1645f5bfab9 (diff)
* Implementing database logging:
** LogTime and LogColors config options removed due to incompatibility. ** Old file logging still available. ** Totally redone the Log class. ** Config options added: EnableLogDB, DBLogLevel, LogDB.Char, LogDB.RA, LogDB.GM -- remember to update config file. ** SQL updates attached. --HG-- branch : trunk
Diffstat (limited to 'src/game/SkillExtraItems.cpp')
-rw-r--r--src/game/SkillExtraItems.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/SkillExtraItems.cpp b/src/game/SkillExtraItems.cpp
index f0061f97c00..6ffc8cf36ac 100644
--- a/src/game/SkillExtraItems.cpp
+++ b/src/game/SkillExtraItems.cpp
@@ -110,12 +110,12 @@ void LoadSkillExtraItemTable()
delete result;
- sLog.outString();
+ sLog.outString("");
sLog.outString( ">> Loaded %u spell specialization definitions", count );
}
else
{
- sLog.outString();
+ sLog.outString("");
sLog.outString( ">> Loaded 0 spell specialization definitions. DB table `skill_extra_item_template` is empty." );
}
}