*Remove typo'd line that wasn't even used :P
--HG-- branch : trunk
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user