mirror of
https://github.com/azerothcore/mod-transmog
synced 2025-11-29 22:48:30 +08:00
fix: Fix sync command params to avoid deprecated build warning (#99)
This commit is contained in:
@@ -52,7 +52,7 @@ public:
|
|||||||
return commandTable;
|
return commandTable;
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool HandleSyncTransMogCommand(ChatHandler* handler, char const* /*args*/)
|
static bool HandleSyncTransMogCommand(ChatHandler* handler)
|
||||||
{
|
{
|
||||||
Player* player = handler->GetPlayer();
|
Player* player = handler->GetPlayer();
|
||||||
uint32 accountId = player->GetSession()->GetAccountId();
|
uint32 accountId = player->GetSession()->GetAccountId();
|
||||||
|
|||||||
Reference in New Issue
Block a user