diff options
Diffstat (limited to 'src/game-server/attribute.h')
-rw-r--r-- | src/game-server/attribute.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/attribute.h b/src/game-server/attribute.h index 82303ff8..736e54a6 100644 --- a/src/game-server/attribute.h +++ b/src/game-server/attribute.h @@ -134,8 +134,8 @@ class Attribute public: Attribute() : mBase(0) - , mMaxValue(0) , mMinValue(0) + , mMaxValue(0) {throw;} // DEBUG; Find improper constructions Attribute(const AttributeManager::AttributeInfo &info); |