mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 01:37:00 +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;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "7549"
|
||||
#define REVISION_NR "7550"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue