diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/shortcut/emoteshortcut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |