mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[9640] Fix a typo in ReputationMgr
Signed-off-by: Lightguard <Lightguard@tauri.hu>
This commit is contained in:
parent
07c92ba83e
commit
e499150b59
5 changed files with 6 additions and 6 deletions
|
|
@ -1244,7 +1244,7 @@ void World::SetInitialWorldSettings()
|
|||
mail_timer_expires = uint32( (DAY * IN_MILISECONDS) / (m_timers[WUPDATE_AUCTIONS].GetInterval()));
|
||||
sLog.outDebug("Mail timer set to: %u, mail return is called every %u minutes", mail_timer, mail_timer_expires);
|
||||
|
||||
///- Initilize static helper structures
|
||||
///- Initialize static helper structures
|
||||
AIRegistry::Initialize();
|
||||
Player::InitVisibleBits();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue