fix: Fix sync command params to avoid deprecated build warning (#99)

This commit is contained in:
ZhengPeiRu21
2022-08-30 12:09:56 -06:00
committed by GitHub
parent 18d6acfb83
commit e20d44bce4

View File

@@ -52,7 +52,7 @@ public:
return commandTable;
}
static bool HandleSyncTransMogCommand(ChatHandler* handler, char const* /*args*/)
static bool HandleSyncTransMogCommand(ChatHandler* handler)
{
Player* player = handler->GetPlayer();
uint32 accountId = player->GetSession()->GetAccountId();