mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
* Fix typo
--HG-- branch : trunk
This commit is contained in:
@@ -20520,7 +20520,7 @@ void Player::LearnTalent(uint32 talentId, uint32 talentRank)
|
||||
|
||||
// find current max talent rank
|
||||
int32 curtalent_maxrank = 0;
|
||||
for(uint8 k = MAX_TALENT_RANK-1; k > -1; --k)
|
||||
for(int8 k = MAX_TALENT_RANK-1; k > -1; --k)
|
||||
{
|
||||
if(talentInfo->RankID[k] && HasSpell(talentInfo->RankID[k]))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user