summaryrefslogtreecommitdiff
path: root/src/net/npchandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-09 23:07:42 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-09 23:07:42 +0300
commit1192016bf685cdba9bee4b6578e578661f689803 (patch)
tree460a2cd9124b6abaa3ebb008877c024a445dc40b /src/net/npchandler.h
parent5002605f456d3b6c9656ca40cb86f48369e583f8 (diff)
downloadplus-1192016bf685cdba9bee4b6578e578661f689803.tar.gz
plus-1192016bf685cdba9bee4b6578e578661f689803.tar.bz2
plus-1192016bf685cdba9bee4b6578e578661f689803.tar.xz
plus-1192016bf685cdba9bee4b6578e578661f689803.zip
eathena: add packet CMSG_NPC_SELECT_AUTO_SPELL 0x01ce.
Diffstat (limited to 'src/net/npchandler.h')
-rw-r--r--src/net/npchandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/npchandler.h b/src/net/npchandler.h
index abebf716f..9dfc7dbbc 100644
--- a/src/net/npchandler.h
+++ b/src/net/npchandler.h
@@ -87,6 +87,8 @@ class NpcHandler notfinal
virtual void identify(const int index) const = 0;
virtual void selectArrow(const int nameId) const = 0;
+
+ virtual void selectAutoSpell(const int skillId) const = 0;
};
} // namespace Net