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:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user