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

Port From (https://github.com/TrinityCore/TrinityCore/commit/428fbcb133555b12f45cde64c6db4c1da5f766ea)
This commit is contained in:
hondacrx
2021-02-24 18:52:53 -05:00
parent a76bfe8544
commit 5ee0fa576f
-1
View File
@@ -638,7 +638,6 @@ namespace Game.Entities
} }
void LoadActions(SQLResult result) void LoadActions(SQLResult result)
{ {
if (!result.IsEmpty())
_LoadActions(result); _LoadActions(result);
SendActionButtons(1); SendActionButtons(1);