diff options
Diffstat (limited to 'src/net/eathena/specialhandler.h')
-rw-r--r-- | src/net/eathena/specialhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/specialhandler.h b/src/net/eathena/specialhandler.h index e8603ac2e..17989fae2 100644 --- a/src/net/eathena/specialhandler.h +++ b/src/net/eathena/specialhandler.h @@ -38,6 +38,8 @@ class SpecialHandler final : public MessageHandler, public Ea::SpecialHandler public: SpecialHandler(); + A_DELETE_COPY(SpecialHandler); + void handleMessage(Net::MessageIn &msg); void useBeing(int id, int level, int beingId); |