diff options
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 f1820ae3f..25fb1a805 100644 --- a/src/net/eathena/skillhandler.h +++ b/src/net/eathena/skillhandler.h @@ -75,6 +75,8 @@ class SkillHandler final : public MessageHandler, public Ea::SkillHandler static void processSkillProduceMixList(Net::MessageIn &msg); static void processSkillProduceEffect(Net::MessageIn &msg); + + static void processSkillUnitUpdate(Net::MessageIn &msg); }; } // namespace EAthena |