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 323b12d48..2f435b1a8 100644 --- a/src/net/eathena/npchandler.h +++ b/src/net/eathena/npchandler.h @@ -85,6 +85,8 @@ class NpcHandler final : public MessageHandler, public Ea::NpcHandler void selectArrow(const int nameId) const override final; + void selectAutoSpell(const int skillId) const override final; + protected: static void processNpcCutin(Net::MessageIn &msg); |