mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
Removed empty line.
This commit is contained in:
parent
7690d22268
commit
c5e13e0bd7
1 changed files with 0 additions and 1 deletions
|
|
@ -2358,7 +2358,6 @@ void Player::GiveXP(uint32 xp, Unit* victim)
|
|||
xp = uint32(xp*(1.0f + (*i)->GetModifier()->m_amount / 100.0f));
|
||||
}
|
||||
|
||||
|
||||
// XP resting bonus for kill
|
||||
uint32 rested_bonus_xp = victim ? GetXPRestBonus(xp) : 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue