mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[7550] Remove dublicate init in Player::Player
Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
parent
004fa105e7
commit
bf5ba338d9
2 changed files with 1 additions and 3 deletions
|
|
@ -347,8 +347,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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue