aboutsummaryrefslogtreecommitdiff
path: root/src/game/SkillExtraItems.cpp
diff options
context:
space:
mode:
authorSpp <none@none>2010-04-07 22:59:46 +0200
committerSpp <none@none>2010-04-07 22:59:46 +0200
commit49d05ba9aa1cd5c1f3ae96546283e6d03a037ff7 (patch)
treef7e6135573366a686c1f527e16a0a7d42a7877ff /src/game/SkillExtraItems.cpp
parentd19e12708001fbef2308be0e8cb5375a2ac7af48 (diff)
Code style (game + scripts only):
"( " --> "(" " )" --> ")" --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 ad5d6dd565f..9f2247790a5 100644
--- a/src/game/SkillExtraItems.cpp
+++ b/src/game/SkillExtraItems.cpp
@@ -109,12 +109,12 @@ void LoadSkillExtraItemTable()
} while (result->NextRow());
sLog.outString();
- sLog.outString( ">> Loaded %u spell specialization definitions", count );
+ sLog.outString(">> Loaded %u spell specialization definitions", count);
}
else
{
sLog.outString();
- sLog.outString( ">> Loaded 0 spell specialization definitions. DB table `skill_extra_item_template` is empty." );
+ sLog.outString(">> Loaded 0 spell specialization definitions. DB table `skill_extra_item_template` is empty.");
}
}