Convert some C style casts to new functions

--HG--
branch : trunk
This commit is contained in:
thenecromancer
2010-03-11 20:51:31 +01:00
parent 02a9cd6a43
commit e1542df90c
10 changed files with 51 additions and 60 deletions

View File

@@ -1572,7 +1572,7 @@ bool Pet::resetTalents(bool no_cost)
if (!pet_family || pet_family->petTalentType < 0)
return false;
Player *player = (Player *)owner;
Player *player = owner->ToPlayer();
uint8 level = getLevel();
uint32 talentPointsForLevel = GetMaxTalentPointsForLevel(level);