diff options
author | Spp <none@none> | 2010-05-21 08:11:28 +0200 |
---|---|---|
committer | Spp <none@none> | 2010-05-21 08:11:28 +0200 |
commit | 9c1c67d4fd977467425d8f9f164331f05cb3edad (patch) | |
tree | 85331e8c4f69989e1938f54b2f12872035da070c /src/game/LFGMgr.cpp | |
parent | defd13197071f4fe3975183ca67e4e8fabee8fad (diff) |
Fix typo, Thanks to Willian Krueger
--HG--
branch : trunk
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 +} |