Core/Players: Always clear old action bars on specialization change, even if new specialization doesn't have anything on its bars (#26134)

This commit is contained in:
Matan Shukry
2021-02-23 21:08:21 +02:00
committed by GitHub
parent 2b672d807f
commit 428fbcb133

View File

@@ -27762,8 +27762,7 @@ void Player::ActivateTalentGroup(ChrSpecializationEntry const* spec)
void Player::LoadActions(PreparedQueryResult result)
{
if (result)
_LoadActions(result);
_LoadActions(result);
SendActionButtons(1);
}