Replace tabs with spaces

This commit is contained in:
Joseph Bingham 2016-11-07 23:58:42 -05:00
parent 344146ba2d
commit 5a5adc4ed6
3 changed files with 50 additions and 48 deletions

View File

@ -383,8 +383,10 @@ void ProtocolGame::parseMessage(const InputMessagePtr& msg)
break;
// PROTOCOL>=1097
case Proto::GameServerStoreButtonIndicators:
parseStoreButtonIndicators(msg);
break;
case Proto::GameServerSetStoreDeepLink:
parseSetStoreDeepLink(msg);
break;
// otclient ONLY
case Proto::GameServerExtendedOpcode: