Eliminated tabs!

Eliminated tabs!
This commit is contained in:
Charles A Edwards 2016-02-07 19:01:56 +00:00 committed by Antz
parent 0f19fec851
commit 942dd64a53
27 changed files with 247 additions and 247 deletions

View file

@ -6757,7 +6757,7 @@ time_t Player::GetTalentResetTime() const
return m_resetTalentsTime;
}
uint32 Player::GetTalentResetCost() const
uint32 Player::GetTalentResetCost() const
{
return resetTalentsCost(); // this function added in dev21 - remove this comment if this line works
}
@ -21749,7 +21749,7 @@ void Player::SendCorpseReclaimDelay(bool load)
GetSession()->SendPacket(&data);
}
uint32 Player::GetNextResetTalentsCost() const
uint32 Player::GetNextResetTalentsCost() const
{
// The first time reset costs 1 gold
if (GetTalentResetCost() < 1 * GOLD)