diff --git a/src/client/protocolgameparse.cpp b/src/client/protocolgameparse.cpp index 5bf48d32..d304d06e 100644 --- a/src/client/protocolgameparse.cpp +++ b/src/client/protocolgameparse.cpp @@ -383,10 +383,10 @@ void ProtocolGame::parseMessage(const InputMessagePtr& msg) break; // PROTOCOL>=1097 case Proto::GameServerStoreButtonIndicators: - parseStoreButtonIndicators(msg); + parseStoreButtonIndicators(msg); break; case Proto::GameServerSetStoreDeepLink: - parseSetStoreDeepLink(msg); + parseSetStoreDeepLink(msg); break; // otclient ONLY case Proto::GameServerExtendedOpcode: