summaryrefslogtreecommitdiffstats
path: root/src/game-server/item.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/item.cpp')
-rw-r--r--src/game-server/item.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game-server/item.cpp b/src/game-server/item.cpp
index ed74e92..444576f 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)