[DiscordArchive] can you clear my doubt above?
[DiscordArchive] can you clear my doubt above?
Archived author: HT Cesta • Posted: 2023-02-28T03:08:17.048000+00:00
Original source
`// fatal error if no initial level data
if (!pClassInfo->levelInfo || (pClassInfo->levelInfo[sWorld->getIntConfig(CONFIG_START_PLAYER_LEVEL) - 1].basehealth == 0 && class_ != CLASS_DEATH_KNIGHT) || (pClassInfo->levelInfo[sWorld->getIntConfig(CONFIG_START_HEROIC_PLAYER_LEVEL) - 1].basehealth == 0 && class_ == CLASS_DEATH_KNIGHT))`
Archived author: Anchy • Posted: 2023-02-28T03:08:47.483000+00:00
Original source
if you are having an issue, you may have to create a new issue and reference that PR
Archived author: Revision • Posted: 2023-02-28T03:09:01.926000+00:00
Original source
Assuming it's not intended behavior.
Archived author: Anchy • Posted: 2023-02-28T03:09:06.082000+00:00
Original source
the current issue that is open is related to a crash
Archived author: Nyeriah • Posted: 2023-02-28T03:09:42.505000+00:00
Original source
the server is hitting an assert because leveling a character with no level up stats would compromise said character
Archived author: Nyeriah • Posted: 2023-02-28T03:09:58.804000+00:00
Original source
one could just fill the stats, iirc it used warrior stats for 1-55