[10066] Some tuning in consts.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
ApoC 2010-06-16 23:26:53 +02:00
parent d967af6549
commit 7dd5456401
5 changed files with 9 additions and 9 deletions

View file

@ -17595,7 +17595,7 @@ void Player::RemoveMiniPet()
}
}
Pet* Player::GetMiniPet()
Pet* Player::GetMiniPet() const
{
if (!m_miniPet)
return NULL;