code style

This commit is contained in:
zamalaev 2014-01-07 13:09:04 +04:00 committed by Antz
parent a91293fe24
commit 973aa0e422

View file

@ -6769,8 +6769,6 @@ void ObjectMgr::LoadReputationSpilloverTemplate()
repTemplate.faction_rate[4] = fields[14].GetFloat(); repTemplate.faction_rate[4] = fields[14].GetFloat();
repTemplate.faction_rank[4] = fields[15].GetUInt32(); repTemplate.faction_rank[4] = fields[15].GetUInt32();
FactionEntry const* factionEntry = sFactionStore.LookupEntry(factionId); FactionEntry const* factionEntry = sFactionStore.LookupEntry(factionId);
if (!factionEntry) if (!factionEntry)
@ -6842,7 +6840,6 @@ void ObjectMgr::LoadReputationSpilloverTemplate()
continue; continue;
} }
m_RepSpilloverTemplateMap[factionId] = repTemplate; m_RepSpilloverTemplateMap[factionId] = repTemplate;
++count; ++count;