mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[10066] Some tuning in consts.
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
d967af6549
commit
7dd5456401
5 changed files with 9 additions and 9 deletions
|
|
@ -17595,7 +17595,7 @@ void Player::RemoveMiniPet()
|
|||
}
|
||||
}
|
||||
|
||||
Pet* Player::GetMiniPet()
|
||||
Pet* Player::GetMiniPet() const
|
||||
{
|
||||
if (!m_miniPet)
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue