summaryrefslogtreecommitdiff
path: root/src/net/pethandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-03-07 12:28:38 +0300
committerAndrei Karas <akaras@inbox.ru>2014-03-07 12:28:38 +0300
commita7258e25d06f90b10dee8281a65d239c89e5094c (patch)
treeec7ff20bb141da153453493f03fea3744537b19f /src/net/pethandler.h
parent7bbd2004db69dcf456a606a350d315e2fefa7d4f (diff)
downloadplus-a7258e25d06f90b10dee8281a65d239c89e5094c.tar.gz
plus-a7258e25d06f90b10dee8281a65d239c89e5094c.tar.bz2
plus-a7258e25d06f90b10dee8281a65d239c89e5094c.tar.xz
plus-a7258e25d06f90b10dee8281a65d239c89e5094c.zip
fix emote command in crazy moves A.
Diffstat (limited to 'src/net/pethandler.h')
-rw-r--r--src/net/pethandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/pethandler.h b/src/net/pethandler.h
index 7b5666396..688eb3034 100644
--- a/src/net/pethandler.h
+++ b/src/net/pethandler.h
@@ -41,7 +41,7 @@ class PetHandler
const int petId,
const int x, const int y) const = 0;
- virtual void emote(const uint8_t emoteId, const int petId) const = 0;
+ virtual void emote(const uint8_t emoteId, const int petId) = 0;
};
} // namespace Net