From 83455b8803cfaaa537c8d15c64b5553c664885f5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 9 Sep 2014 18:26:33 +0300 Subject: Add packet CMSG_SKILL_USE_POSITION_MORE 0x096a. --- src/net/skillhandler.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/net/skillhandler.h') diff --git a/src/net/skillhandler.h b/src/net/skillhandler.h index aec1a77e6..929629db4 100644 --- a/src/net/skillhandler.h +++ b/src/net/skillhandler.h @@ -41,6 +41,10 @@ class SkillHandler notfinal virtual void usePos(const int id, const int level, const int x, const int y) const = 0; + virtual void usePos(const int id, const int level, + const int x, const int y, + const std::string &text) const = 0; + virtual void useMap(const int id, const std::string &map) const = 0; }; -- cgit v1.2.3-60-g2f50