summaryrefslogtreecommitdiff
path: root/src/game-server/attribute.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/attribute.cpp')
-rw-r--r--src/game-server/attribute.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/attribute.cpp b/src/game-server/attribute.cpp
index 693c78dc..b15c2ec7 100644
--- a/src/game-server/attribute.cpp
+++ b/src/game-server/attribute.cpp
@@ -314,7 +314,7 @@ bool AttributeModifiersEffect::tick()
return ret;
}
-Attribute::Attribute(const AttributeManager::AttributeInfo *info):
+Attribute::Attribute(const AttributeInfo *info):
mBase(0),
mMinValue(info->minimum),
mMaxValue(info->maximum)