summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game-server/attributemanager.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game-server/attributemanager.cpp b/src/game-server/attributemanager.cpp
index f71f4fa5..4c551c5a 100644
--- a/src/game-server/attributemanager.cpp
+++ b/src/game-server/attributemanager.cpp
@@ -135,10 +135,10 @@ void AttributeManager::readAttributeNode(xmlNodePtr attributeNode)
LOG_DEBUG("Attribute manager: attribute '" << id
<< "' added to default being scope.");
}
- else if (scope == "NONE")
+ else
{
- LOG_DEBUG("Attribute manager: attribute '" << id
- << "' set to have no default scope.");
+ LOG_WARN("Attribute manager: attribute '" << id
+ << "' has no scope.");
}
}