[DiscordArchive] so like triple (or more) spec?
[DiscordArchive] so like triple (or more) spec?
Archived author: Tereneckla • Posted: 2025-10-22T15:29:16.753000+00:00
Original source
so like triple (or more) spec?
Archived author: Linguster • Posted: 2025-10-22T15:37:06.453000+00:00
Original source
No, the use case was that the players level would be modified while in an instance and so more talents would be available. I wanted to restore their original talents when they left the instance
Archived author: Tereneckla • Posted: 2025-10-22T15:42:27.216000+00:00
Original source
you shouldn't look in the db then. There is Player::GetTalentMap() to get the current talents
I'd also look at Player::ActivateSpec() to see how to apply it again (and reset the previous talents)
Archived author: Linguster • Posted: 2025-10-22T16:01:23.916000+00:00
Original source
Awesome thanks man