mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
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:
@@ -27762,8 +27762,7 @@ void Player::ActivateTalentGroup(ChrSpecializationEntry const* spec)
|
||||
|
||||
void Player::LoadActions(PreparedQueryResult result)
|
||||
{
|
||||
if (result)
|
||||
_LoadActions(result);
|
||||
_LoadActions(result);
|
||||
|
||||
SendActionButtons(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user