[DiscordArchive] Question is, whether I should expect some possible performance impacts if each player would have all
[DiscordArchive] Question is, whether I should expect some possible performance impacts if each player would have all
Archived author: Tea • Posted: 2025-09-22T19:55:26.301000+00:00
Original source
no such message will be delivered if you insert directly into database
Archived author: Vel • Posted: 2025-09-22T19:58:34.587000+00:00
Original source
Mh, sounds good. So I can basically just redirect all SQL select for that to a single artificial account ID with all appearances already in and it should work without any need for actually adding them to each new player?
Archived author: Tea • Posted: 2025-09-22T19:59:07.867000+00:00
Original source
technically yes
Archived author: Vel • Posted: 2025-09-22T20:14:09.181000+00:00
Original source
Okay it works but something odd happens. I see and can use all mogs I added to that placeholder account. Then I added an item that is not there and I can use it. Even after I relog.
Archived author: Vel • Posted: 2025-09-22T20:14:23.969000+00:00
Original source
But I only changed the bnet account ID in the select, not in the insert.
Archived author: Tea • Posted: 2025-09-22T20:15:11.139000+00:00
Original source
its only loaded from db when you log in to the account, not to character
Archived author: Vel • Posted: 2025-09-22T20:15:29.214000+00:00
Original source
Oh.
Archived author: Vel • Posted: 2025-09-22T20:15:31.330000+00:00
Original source
Okay lemme try that.
Archived author: Vel • Posted: 2025-09-22T20:16:15.574000+00:00
Original source
Ah I see! It's gone now.
Archived author: Vel • Posted: 2025-09-22T20:16:24.883000+00:00
Original source
It wasn't even added to the new account.