Core/Misc: Fix static analysis issues

This commit is contained in:
jackpoz
2017-02-25 17:07:22 +01:00
parent bb6b1e794f
commit 8f2bcd79da
4 changed files with 5 additions and 5 deletions

View File

@@ -1596,7 +1596,7 @@ void WorldSession::HandleCharFactionOrRaceChangeCallback(std::shared_ptr<Charact
uint8 oldRace = characterInfo->Race;
uint8 playerClass = characterInfo->Class;
uint8 level = characterInfo->Level;
std::string oldName = characterInfo->Name;
//std::string oldName = characterInfo->Name;
if (!sObjectMgr->GetPlayerInfo(factionChangeInfo->Race, playerClass))
{