[9654] Restore action bar proper content show at spec switch.

This commit is contained in:
VladimirMangos 2010-04-02 03:40:46 +04:00
parent daaeb0a998
commit a9d6eed447
2 changed files with 2 additions and 2 deletions

View file

@ -5649,7 +5649,7 @@ void Player::SendInitialActionButtons() const
sLog.outDetail( "Initializing Action Buttons for '%u' spec '%u'", GetGUIDLow(), m_activeSpec);
WorldPacket data(SMSG_ACTION_BUTTONS, 1+(MAX_ACTION_BUTTONS*4));
data << uint8(m_activeSpec); // can be 0, 1, 2 (talent spec)
data << uint8(1); // talent spec amount
ActionButtonList const& currentActionButtonList = m_actionButtons[m_activeSpec];
for(uint8 button = 0; button < MAX_ACTION_BUTTONS; ++button)
{

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9653"
#define REVISION_NR "9654"
#endif // __REVISION_NR_H__