mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 04:37:04 +00:00
Traditional post-commit typo fix.
This commit is contained in:
parent
920a36b3fd
commit
dcc9dc25ae
3 changed files with 5 additions and 5 deletions
|
|
@ -161,7 +161,7 @@ class InstanceResetScheduler
|
|||
return itr != m_resetTimeByMapDifficulty.end() ? itr->second : 0;
|
||||
}
|
||||
|
||||
static uint32 GetMaxResetTimFor(MapDifficulty const* mapDiff);
|
||||
static uint32 GetMaxResetTimeFor(MapDifficulty const* mapDiff);
|
||||
|
||||
public: // modifiers
|
||||
void SetResetTimeFor(uint32 mapid, Difficulty d, time_t t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue