From c25f63043d65d33d96dfb32179018eade4f85513 Mon Sep 17 00:00:00 2001 From: megamage Date: Sun, 3 May 2009 22:22:31 -0500 Subject: [7746] Add const attribute to Player::SendInitialActionButtons. Author: AlexDereka --HG-- branch : trunk --- src/game/Player.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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() ); -- cgit v1.2.3