Core/Misc: Code-style + some const methods.

This commit is contained in:
Chaplain
2012-06-21 21:05:45 +03:00
parent 98479c4555
commit 716e2db0e1
17 changed files with 37 additions and 38 deletions

View File

@@ -327,7 +327,6 @@ Player* FollowerAI::GetLeaderForFollower()
sLog->outDebug(LOG_FILTER_TSCR, "TSCR: FollowerAI GetLeader changed and returned new leader.");
m_uiLeaderGUID = member->GetGUID();
return member;
break;
}
}
}