summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/npcdb.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/resources/npcdb.cpp b/src/resources/npcdb.cpp
index 6a880faa..57fa9fc0 100644
--- a/src/resources/npcdb.cpp
+++ b/src/resources/npcdb.cpp
@@ -23,7 +23,6 @@
#include "log.h"
-#include "utils/gettext.h"
#include "utils/xml.h"
namespace
@@ -50,7 +49,7 @@ void NPCDB::load()
if (!rootNode || !xmlStrEqual(rootNode->name, BAD_CAST "npcs"))
{
- logger->error(_("NPC Database: Error while loading npcs.xml!"));
+ logger->error("NPC Database: Error while loading npcs.xml!");
}
//iterate <npc>s