aboutsummaryrefslogtreecommitdiff
path: root/src/game/AddonMgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/AddonMgr.cpp')
-rw-r--r--src/game/AddonMgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/AddonMgr.cpp b/src/game/AddonMgr.cpp
index a8f914b69ae..f0b5ae40891 100644
--- a/src/game/AddonMgr.cpp
+++ b/src/game/AddonMgr.cpp
@@ -43,7 +43,7 @@ AddonMgr::~AddonMgr()
void AddonMgr::LoadFromDB()
{
QueryResult_AutoPtr result = CharacterDatabase.PQuery("SELECT name, crc FROM addons");
- if(!result)
+ if (!result)
{
sLog.outErrorDb("The table `addons` is empty");
return;