mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
Added missing return statement.
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
9811858d44
commit
38dbd27569
1 changed files with 1 additions and 1 deletions
|
|
@ -21215,7 +21215,7 @@ PlayerTalent const* Player::GetTalentById(int32 talentId) const
|
|||
if (itr != m_talents[m_activeSpec].end())
|
||||
return &itr->second;
|
||||
else
|
||||
NULL;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void Player::LearnTalent(uint32 talentId, uint32 talentRank)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue