diff options
Diffstat (limited to 'src/net/eathena/npchandler.h')
-rw-r--r-- | src/net/eathena/npchandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/npchandler.h b/src/net/eathena/npchandler.h index f1f259718..e5177d7c9 100644 --- a/src/net/eathena/npchandler.h +++ b/src/net/eathena/npchandler.h @@ -35,6 +35,8 @@ class NpcHandler final : public Ea::NpcHandler A_DELETE_COPY(NpcHandler) + ~NpcHandler(); + void talk(const Being *const being) const override final; void nextDialog(const BeingId npcId) const override final; |