diff options
author | Spp <spp@jorge.gr> | 2013-02-04 05:50:52 +0100 |
---|---|---|
committer | Spp <spp@jorge.gr> | 2013-02-04 05:50:52 +0100 |
commit | f743424f630af8c8b940bcc3a8ed08512708540c (patch) | |
tree | a249522ca4b664c570ba9f61337e1e9ad408e43d /src/server/game/DungeonFinding/LFG.cpp | |
parent | 9bdfc877748501066a6fce91b9d5f774eab5ac77 (diff) |
Core/Dungeon Finder: Corrections to previous commit
- player::inRandomLfgDungeon was supposed to return if current player map and difficulty are the ones player applied for
Diffstat (limited to 'src/server/game/DungeonFinding/LFG.cpp')
-rw-r--r-- | src/server/game/DungeonFinding/LFG.cpp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/server/game/DungeonFinding/LFG.cpp b/src/server/game/DungeonFinding/LFG.cpp index e146899841f..ce16ad5533e 100644 --- a/src/server/game/DungeonFinding/LFG.cpp +++ b/src/server/game/DungeonFinding/LFG.cpp @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2008-2013 TrinityCore <http://www.trinitycore.org/> + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + #include "LFG.h" #include "Language.h" #include "ObjectMgr.h" |