diff options
Diffstat (limited to 'src/being/crazymoves.cpp')
-rw-r--r-- | src/being/crazymoves.cpp | 2 |
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 ++; } |