diff options
Diffstat (limited to 'src/net/tmwa/npchandler.h')
-rw-r--r-- | src/net/tmwa/npchandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/npchandler.h b/src/net/tmwa/npchandler.h index 34a8f18c2..d73e9c71d 100644 --- a/src/net/tmwa/npchandler.h +++ b/src/net/tmwa/npchandler.h @@ -88,6 +88,8 @@ class NpcHandler final : public MessageHandler, public Ea::NpcHandler void identify(const int index) const override final; void selectArrow(const int nameId) const override final; + + void selectAutoSpell(const int skillId) const override final; }; } // namespace TmwAthena |