diff options
author | Spp <none@none> | 2010-12-21 23:21:12 +0100 |
---|---|---|
committer | Spp <none@none> | 2010-12-21 23:21:12 +0100 |
commit | a45a039e736fb81aff6c2a4812561de220da62ec (patch) | |
tree | 85370fcebf0d86e2cd24b63511514ebda37383a6 /src | |
parent | f33f51c287ebaaad60ea0d91c182d24562d26e90 (diff) |
Fix typo in previous commit :S
--HG--
branch : trunk
Diffstat (limited to 'src')
-rwxr-xr-x | src/server/game/DungeonFinding/LFGMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/DungeonFinding/LFGMgr.cpp b/src/server/game/DungeonFinding/LFGMgr.cpp index 8adb7e80ac2..7843b61e90b 100755 --- a/src/server/game/DungeonFinding/LFGMgr.cpp +++ b/src/server/game/DungeonFinding/LFGMgr.cpp @@ -545,8 +545,8 @@ void LFGMgr::Join(Player* plr, uint8 roles, const LfgDungeonSet& selectedDungeon Join(plr, roles, dungeons, comment); else sLog.outError("LFGMgr::Join [" UI64FMTD "] joined with different dungeons and leave failed! Player state: %u", guid, pstate); - return; } + return; } // Check player or group member restrictions |