summaryrefslogtreecommitdiff
path: root/src/net/ea/npchandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/npchandler.h')
-rw-r--r--src/net/ea/npchandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/ea/npchandler.h b/src/net/ea/npchandler.h
index be0465375..93978c62e 100644
--- a/src/net/ea/npchandler.h
+++ b/src/net/ea/npchandler.h
@@ -39,6 +39,8 @@ class NpcHandler : public Net::NpcHandler
public:
NpcHandler();
+ A_DELETE_COPY(NpcHandler);
+
void sendLetter(int npcId, const std::string &recipient,
const std::string &text);