diff options
author | megamage <none@none> | 2009-05-03 22:22:31 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-05-03 22:22:31 -0500 |
commit | c25f63043d65d33d96dfb32179018eade4f85513 (patch) | |
tree | 12620acc8878f6f569aa44c4c0ef54b5029a3bc0 /src | |
parent | 1cfc04f1f59b0a3d8c75b901554cd05ec90158ce (diff) |
[7746] Add const attribute to Player::SendInitialActionButtons. Author: AlexDereka
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/Player.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp index f21b473453a..3cb95ed4493 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -5446,7 +5446,7 @@ int16 Player::GetSkillTempBonusValue(uint32 skill) const return 0; } -void Player::SendInitialActionButtons() +void Player::SendInitialActionButtons() const { sLog.outDetail( "Initializing Action Buttons for '%u'", GetGUIDLow() ); |