diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-10 22:48:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-10 22:48:54 +0300 |
commit | 3e33644761fb296b7efc122c757342ff0da17886 (patch) | |
tree | 2a5269de722142390b183f663f4edddf467c0fb4 /src/net/eathena/skillhandler.h | |
parent | 0b47807d75fe6c1c95d7b5e44272c55672ef6cfb (diff) | |
download | plus-3e33644761fb296b7efc122c757342ff0da17886.tar.gz plus-3e33644761fb296b7efc122c757342ff0da17886.tar.bz2 plus-3e33644761fb296b7efc122c757342ff0da17886.tar.xz plus-3e33644761fb296b7efc122c757342ff0da17886.zip |
eathena: add partial support for packet SMSG_SKILL_WARP_POINT 0x011c.
Diffstat (limited to 'src/net/eathena/skillhandler.h')
-rw-r--r-- | src/net/eathena/skillhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/skillhandler.h b/src/net/eathena/skillhandler.h index 4c6394348..265548a26 100644 --- a/src/net/eathena/skillhandler.h +++ b/src/net/eathena/skillhandler.h @@ -67,6 +67,8 @@ class SkillHandler final : public MessageHandler, public Ea::SkillHandler static void processSkillUpdate(Net::MessageIn &msg); static void processSkillDelete(Net::MessageIn &msg); + + static void processSkillWarpPoint(Net::MessageIn &msg); }; } // namespace EAthena |