summaryrefslogtreecommitdiff
path: root/src/net/tmwa/skillhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-01-25 20:32:49 +0300
committerAndrei Karas <akaras@inbox.ru>2019-01-25 20:32:49 +0300
commit3e25eaf71f76daaf846b640e691209a5f26e1cce (patch)
tree2b191d5c63956c7497c19e8d38269dc1f99ba5d9 /src/net/tmwa/skillhandler.cpp
parent5d0e738a90341dff367c49e4dfefe8e6c565882f (diff)
downloadManaVerse-3e25eaf71f76daaf846b640e691209a5f26e1cce.tar.gz
ManaVerse-3e25eaf71f76daaf846b640e691209a5f26e1cce.tar.bz2
ManaVerse-3e25eaf71f76daaf846b640e691209a5f26e1cce.tar.xz
ManaVerse-3e25eaf71f76daaf846b640e691209a5f26e1cce.zip
Add packet CMSG_SKILL_USE_BEING_START 0x0b10
Diffstat (limited to 'src/net/tmwa/skillhandler.cpp')
-rw-r--r--src/net/tmwa/skillhandler.cpp6
1 files changed, 6 insertions, 0 deletions
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
{