summaryrefslogtreecommitdiff
path: root/src/game-server/attribute.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/attribute.h')
-rw-r--r--src/game-server/attribute.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game-server/attribute.h b/src/game-server/attribute.h
index 8ad357f7..0a677b5d 100644
--- a/src/game-server/attribute.h
+++ b/src/game-server/attribute.h
@@ -22,7 +22,7 @@
#define ATTRIBUTE_H
#include "common/defines.h"
-#include "attributemanager.h"
+#include "attributeinfo.h"
#include <vector>
#include <list>
@@ -138,7 +138,7 @@ class Attribute
, mMaxValue(0)
{throw;} // DEBUG; Find improper constructions
- Attribute(const AttributeManager::AttributeInfo *info);
+ Attribute(const AttributeInfo *info);
~Attribute();