diff options
Diffstat (limited to 'src/game-server/attribute.h')
-rw-r--r-- | src/game-server/attribute.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/game-server/attribute.h b/src/game-server/attribute.h index 0a677b5d..bb2f3c03 100644 --- a/src/game-server/attribute.h +++ b/src/game-server/attribute.h @@ -132,11 +132,8 @@ class AttributeModifiersEffect class Attribute { public: - Attribute() - : mBase(0) - , mMinValue(0) - , mMaxValue(0) - {throw;} // DEBUG; Find improper constructions + // DEBUG; Find improper constructions + Attribute() = delete; Attribute(const AttributeInfo *info); |