summaryrefslogtreecommitdiff
path: root/src/game-server/npc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/npc.cpp')
-rw-r--r--src/game-server/npc.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game-server/npc.cpp b/src/game-server/npc.cpp
index 7806e510..b5e17eac 100644
--- a/src/game-server/npc.cpp
+++ b/src/game-server/npc.cpp
@@ -28,8 +28,6 @@
#include "scripting/script.h"
#include "scripting/scriptmanager.h"
-const ComponentType NpcComponent::type;
-
NpcComponent::NpcComponent(int npcId):
mNpcId(npcId),
mEnabled(true)