diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp index dcc3b028f..94e5b5832 100755 --- a/src/game/ObjectMgr.cpp +++ b/src/game/ObjectMgr.cpp @@ -6769,8 +6769,6 @@ void ObjectMgr::LoadReputationSpilloverTemplate() repTemplate.faction_rate[4] = fields[14].GetFloat(); repTemplate.faction_rank[4] = fields[15].GetUInt32(); - - FactionEntry const* factionEntry = sFactionStore.LookupEntry(factionId); if (!factionEntry) @@ -6842,7 +6840,6 @@ void ObjectMgr::LoadReputationSpilloverTemplate() continue; } - m_RepSpilloverTemplateMap[factionId] = repTemplate; ++count;