From 6a67f52f6b82bb8c6259eb0b9282ab543347b9ee Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 24 Aug 2016 01:48:07 +0300 Subject: Remove unused pet handler methods and fields. --- src/gui/shortcut/emoteshortcut.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/shortcut/emoteshortcut.cpp') diff --git a/src/gui/shortcut/emoteshortcut.cpp b/src/gui/shortcut/emoteshortcut.cpp index 981a5c4e7..fac69323f 100644 --- a/src/gui/shortcut/emoteshortcut.cpp +++ b/src/gui/shortcut/emoteshortcut.cpp @@ -106,7 +106,7 @@ void EmoteShortcut::useEmote(const int index) const localPlayer->emote(emote); break; case EmoteType::Pet: - petHandler->emote(emote, 0); + petHandler->emote(emote); break; case EmoteType::Homunculus: homunculusHandler->emote(emote); -- cgit v1.2.3-60-g2f50