diff options
Diffstat (limited to 'src/game-server/item.cpp')
-rw-r--r-- | src/game-server/item.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game-server/item.cpp b/src/game-server/item.cpp index ed74e925..444576f2 100644 --- a/src/game-server/item.cpp +++ b/src/game-server/item.cpp @@ -156,8 +156,6 @@ void ItemClass::addAttack(AttackInfo *attackInfo, addEffect(new ItemEffectAttack(attackInfo), applyTrigger, dispellTrigger); } -const ComponentType ItemComponent::type; - ItemComponent::ItemComponent(ItemClass *type, int amount) : mType(type), mAmount(amount) |