mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
Eliminated tabs!
Eliminated tabs!
This commit is contained in:
parent
0f19fec851
commit
942dd64a53
27 changed files with 247 additions and 247 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue