From 973aa0e42249feff6ed112801ea9fc7a650b8b0b Mon Sep 17 00:00:00 2001 From: zamalaev Date: Tue, 7 Jan 2014 13:09:04 +0400 Subject: [PATCH] code style --- src/game/ObjectMgr.cpp | 3 --- 1 file changed, 3 deletions(-) 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;