From c5e13e0bd742af6eab58fe18554fb95945c1371c Mon Sep 17 00:00:00 2001 From: tomrus88 Date: Tue, 10 Nov 2009 17:34:53 +0300 Subject: [PATCH] Removed empty line. --- src/game/Player.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/game/Player.cpp b/src/game/Player.cpp index a7fe5ea17..7a1571b2a 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -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;