[DiscordArchive] Where you did find to call SetRank btw ? Is that from some gm command ?
[DiscordArchive] Where you did find to call SetRank btw ? Is that from some gm command ?
Archived author: jackpoz • Posted: 2023-04-30T19:21:42.328000+00:00
Original source
Where you did find to call SetRank btw ? Is that from some gm command ?
Archived author: LaHonder • Posted: 2023-04-30T19:25:35.430000+00:00
Original source
```cpp
if (firstLogin)
{
guild->AddMember(0, player->GetSession()->GetPlayer()->GetGUID(), 4);
}
```