aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-26 16:49:47 -0600
committermegamage <none@none>2009-03-26 16:49:47 -0600
commit4ba4e193e7a99ac248fc2246b5005ad6e0da77ec (patch)
tree0dcfd17d2112cc95cc0ef562e31171c86fa91f4a /src
parentb40140e63cc33f10172e002926b5b79ddc294ae7 (diff)
[7550] Remove dublicate code. Author: DiSlord
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/Player.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp
index ee6b136f888..f992d882d62 100644
--- a/src/game/Player.cpp
+++ b/src/game/Player.cpp
@@ -351,8 +351,6 @@ Player::Player (WorldSession *session): Unit(), m_achievementMgr(this), m_reputa
m_DailyQuestChanged = false;
m_lastDailyQuestTime = 0;
- m_regenTimer = 0;
- m_weaponChangeTimer = 0;
for (int i=0; i<MAX_TIMERS; i++)
m_MirrorTimer[i] = DISABLED_MIRROR_TIMER;
@@ -1150,8 +1148,6 @@ void Player::Update( uint32 p_time )
UpdateAfkReport(now);
- CheckExploreSystem();
-
if(isCharmed())
{
if(Unit *charmer = GetCharmer())