summaryrefslogtreecommitdiff
path: root/src/net/skillhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-09 18:26:33 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-09 18:26:33 +0300
commit83455b8803cfaaa537c8d15c64b5553c664885f5 (patch)
treed3bbf5bdfadd91f0cb8ceb50b41f4b18a530cc21 /src/net/skillhandler.h
parent65a3fdc46d3728a3e8d5f40f7a89bbb86124919f (diff)
downloadplus-83455b8803cfaaa537c8d15c64b5553c664885f5.tar.gz
plus-83455b8803cfaaa537c8d15c64b5553c664885f5.tar.bz2
plus-83455b8803cfaaa537c8d15c64b5553c664885f5.tar.xz
plus-83455b8803cfaaa537c8d15c64b5553c664885f5.zip
Add packet CMSG_SKILL_USE_POSITION_MORE 0x096a.
Diffstat (limited to 'src/net/skillhandler.h')
-rw-r--r--src/net/skillhandler.h4
1 files changed, 4 insertions, 0 deletions
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;
};