Removed empty line.

This commit is contained in:
tomrus88 2009-11-10 17:34:53 +03:00
parent 7690d22268
commit c5e13e0bd7

View file

@ -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;