From f0b804fbd8179c7514809f57777e48b0a8fe0bad Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 28 Dec 2014 20:35:00 +0300 Subject: fix warnings again. --- src/net/tmwa/pethandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/tmwa/pethandler.cpp') diff --git a/src/net/tmwa/pethandler.cpp b/src/net/tmwa/pethandler.cpp index 33bd2cb3c..f3995bcde 100644 --- a/src/net/tmwa/pethandler.cpp +++ b/src/net/tmwa/pethandler.cpp @@ -71,8 +71,8 @@ void PetHandler::emote(const uint8_t emoteId, const int petId A_UNUSED) if (mRandCounter > 10000) mRandCounter = 1000; - chatHandler->talk(strprintf("\302\202\302e%dz%d%g%d", - static_cast(emoteId), mRandCounter, tick_time), GENERAL_CHANNEL); + chatHandler->talk(strprintf("\302\202\302e%dz%d", + static_cast(emoteId), mRandCounter), GENERAL_CHANNEL); } void PetHandler::catchPet(const Being *const being A_UNUSED) const -- cgit v1.2.3-60-g2f50