summaryrefslogtreecommitdiff
path: root/src/being/crazymoves.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-08-24 01:48:07 +0300
committerAndrei Karas <akaras@inbox.ru>2016-08-24 01:48:07 +0300
commit6a67f52f6b82bb8c6259eb0b9282ab543347b9ee (patch)
treebd0741506b3f69e98cdcaa99d2ccb40db86291d5 /src/being/crazymoves.cpp
parente22f6d0070ea2b0102caf3b738fba703606e6bd4 (diff)
downloadplus-6a67f52f6b82bb8c6259eb0b9282ab543347b9ee.tar.gz
plus-6a67f52f6b82bb8c6259eb0b9282ab543347b9ee.tar.bz2
plus-6a67f52f6b82bb8c6259eb0b9282ab543347b9ee.tar.xz
plus-6a67f52f6b82bb8c6259eb0b9282ab543347b9ee.zip
Remove unused pet handler methods and fields.
Diffstat (limited to 'src/being/crazymoves.cpp')
-rw-r--r--src/being/crazymoves.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/crazymoves.cpp b/src/being/crazymoves.cpp
index 9e7d6b8fe..9f5471973 100644
--- a/src/being/crazymoves.cpp
+++ b/src/being/crazymoves.cpp
@@ -753,7 +753,7 @@ void CrazyMoves::crazyMoveAe() const
if (mMoveProgram[settings.crazyMoveState - 1] == 'e')
localPlayer->emote(emoteId);
else if (PacketLimiter::limitPackets(PacketType::PACKET_CHAT))
- petHandler->emote(emoteId, 0);
+ petHandler->emote(emoteId);
settings.crazyMoveState ++;
}