diff options
| author | Spp <spp@jorge.gr> | 2012-10-29 12:28:12 +0100 |
|---|---|---|
| committer | Spp <spp@jorge.gr> | 2012-10-29 12:28:12 +0100 |
| commit | d2ba73d97f12da64b76895b7335500d1fc993a37 (patch) | |
| tree | 35d6fda15598df1192b97634c217a34c63896dd0 /src/server/game/DungeonFinding/LFGMgr.cpp | |
| parent | c5c8e38789f40ecf15f82cad789f2e0273557c34 (diff) | |
Core/Misc: Proper fix for previous commit (c5c8e38 - check race change before perfoming faction-change actions)
Core/Misc: tab to spaces and remove trailing whitespaces
Diffstat (limited to 'src/server/game/DungeonFinding/LFGMgr.cpp')
| -rwxr-xr-x | src/server/game/DungeonFinding/LFGMgr.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/DungeonFinding/LFGMgr.cpp b/src/server/game/DungeonFinding/LFGMgr.cpp index 2001ddd07b2..a04638a8d47 100755 --- a/src/server/game/DungeonFinding/LFGMgr.cpp +++ b/src/server/game/DungeonFinding/LFGMgr.cpp @@ -1395,9 +1395,9 @@ void LFGMgr::TeleportPlayer(Player* player, bool out, bool fromOpcode /*= false* { sLog->outDebug(LOG_FILTER_LFG, "TeleportPlayer: Player %s not in group/lfggroup or dungeon not found!", player->GetName().c_str()); - player->GetSession()->SendLfgTeleportError(uint8(LFG_TELEPORTERROR_INVALID_LOCATION)); + player->GetSession()->SendLfgTeleportError(uint8(LFG_TELEPORTERROR_INVALID_LOCATION)); return; - } + } if (out) { |
