*Remove typo'd line that wasn't even used :P

--HG--
branch : trunk
This commit is contained in:
maximius
2009-08-30 18:15:00 -07:00
parent 4945bc986f
commit f5e96f83aa
-1
View File
@@ -2427,7 +2427,6 @@ void Player::GiveXP(uint32 xp, Unit* victim)
// Favored experience increase START
uint32 zone = GetZoneId();
uint32 tealm = GetTeam();
float favored_exp_mult = 0;
if( (HasAura(32096) || HasAura(32098)) && (zone == 3483 || zone == 3562 || zone == 3836 || zone == 3713 || zone == 3714) ) favored_exp_mult = 0.05; // Thrallmar's Favor and Honor Hold's Favor
xp *= (1 + favored_exp_mult);