diff options
author | maximius <none@none> | 2009-08-30 18:15:00 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-08-30 18:15:00 -0700 |
commit | f5e96f83aa7d4f0813a843f666f97e6fb9851cad (patch) | |
tree | 48a58b70f57447c802860382e9a1fd5746669368 /src/game/Player.cpp | |
parent | 4945bc986f0a64d3022ef0d8c49c4c5e0877f1fe (diff) |
*Remove typo'd line that wasn't even used :P
--HG--
branch : trunk
Diffstat (limited to 'src/game/Player.cpp')
-rw-r--r-- | src/game/Player.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp index c02ef4d14fe..11ff3011b4c 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -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); |