From 3e25eaf71f76daaf846b640e691209a5f26e1cce Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 25 Jan 2019 20:32:49 +0300 Subject: Add packet CMSG_SKILL_USE_BEING_START 0x0b10 --- src/net/tmwa/skillhandler.cpp | 6 ++++++ src/net/tmwa/skillhandler.h | 4 ++++ 2 files changed, 10 insertions(+) (limited to 'src/net/tmwa') diff --git a/src/net/tmwa/skillhandler.cpp b/src/net/tmwa/skillhandler.cpp index 7fe3c28dc..315105b8b 100644 --- a/src/net/tmwa/skillhandler.cpp +++ b/src/net/tmwa/skillhandler.cpp @@ -50,6 +50,12 @@ void SkillHandler::useBeing(const int id, const int level, outMsg.writeBeingId(beingId, "target id"); } +void SkillHandler::useBeingStart(const int id A_UNUSED, + const int level A_UNUSED, + const BeingId beingId A_UNUSED) const +{ +} + void SkillHandler::usePos(const int id, const int level, const int x, const int y) const { diff --git a/src/net/tmwa/skillhandler.h b/src/net/tmwa/skillhandler.h index f1eaf865f..c44069512 100644 --- a/src/net/tmwa/skillhandler.h +++ b/src/net/tmwa/skillhandler.h @@ -41,6 +41,10 @@ class SkillHandler final : public Ea::SkillHandler const int level, const BeingId beingId) const override final; + void useBeingStart(const int id, + const int level, + const BeingId beingId) const override final; + void usePos(const int id, const int level, const int x, const int y) const override final; -- cgit v1.2.3-60-g2f50