mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
code style
This commit is contained in:
parent
a91293fe24
commit
973aa0e422
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue