feat(Core) - Additional "ActionButton" log information. (#21201)
This commit is contained in:
parent
33003c0f6f
commit
759c912bd1
1 changed files with 2 additions and 1 deletions
|
|
@ -5687,7 +5687,8 @@ void Player::_LoadActions(PreparedQueryResult result)
|
|||
ab->uState = ACTIONBUTTON_UNCHANGED;
|
||||
else
|
||||
{
|
||||
LOG_ERROR("entities.player", "ActionButton loading problem, will be deleted from db...");
|
||||
|
||||
LOG_ERROR("entities.player", "ActionButton loading problem, will be deleted from db. player: {}, guid: {}, button: {}, action: {}, type: {}", GetName(), GetGUID().GetCounter(), button, action, type);
|
||||
|
||||
// Will deleted in DB at next save (it can create data until save but marked as deleted)
|
||||
m_actionButtons[button].uState = ACTIONBUTTON_DELETED;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue