diff options
Diffstat (limited to 'src/game/LFGMgr.cpp')
-rw-r--r-- | src/game/LFGMgr.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/LFGMgr.cpp b/src/game/LFGMgr.cpp index 474a34fe9d6..1601722d896 100644 --- a/src/game/LFGMgr.cpp +++ b/src/game/LFGMgr.cpp @@ -292,7 +292,7 @@ LfgLockStatusSet* LFGMgr::GetPlayerLockStatusDungeons(Player *plr, LfgDungeonSet locktype = LFG_LOCKSTATUS_TOO_HIGH_LEVEL; /* TODO - Use these types when needed... else if () - locktype = LFG_LOCKSTATUS_TOO_LOG_GEAR_SCORE; + locktype = LFG_LOCKSTATUS_TOO_LOW_GEAR_SCORE; else if () locktype = LFG_LOCKSTATUS_TOO_HIGH_GEAR_SCORE; else if () // Locked due to WG, closed by GM, done daily, etc @@ -437,4 +437,4 @@ LfgReward* LFGMgr::GetRandomDungeonReward(uint32 dungeon, bool done, uint8 level break; } return done ? m_RewardDoneList.at(index) : m_RewardList.at(index); -}
\ No newline at end of file +} |