Address news feed showing up on every world transfer (#855)

Addresses the news feed showing up on every world transfer
This commit is contained in:
David Markowitz
2022-11-27 22:19:15 -08:00
committed by GitHub
parent 56da3f8543
commit 09dfb6df3a
4 changed files with 56 additions and 12 deletions

View File

@@ -227,6 +227,7 @@ void UserManager::RequestCharacterList(const SystemAddress& sysAddr) {
while (res->next()) {
LWOOBJID objID = res->getUInt64(1);
Character* character = new Character(uint32_t(objID), u);
character->SetIsNewLogin();
chars.push_back(character);
}
}