[10265] Add comments for fields in struct FactionEntry, related to rep spillover

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-07-24 20:30:52 +02:00
parent 27ba170388
commit 30def33fed
2 changed files with 5 additions and 5 deletions

View file

@ -802,10 +802,10 @@ struct FactionEntry
int32 BaseRepValue[4]; // 10-13 m_reputationBase
uint32 ReputationFlags[4]; // 14-17 m_reputationFlags
uint32 team; // 18 m_parentFactionID
//float unk1; // 19
//float unk2; // 20
//uint32 unk3 // 21
//uint32 unk4; // 22
//float spilloverRate1; // 19 Members of the team gain (received_rep*rate). If spilloverRate1 is (0.0 || 1.0), spilloverRate2 are used instead...
//float spilloverRate2; // 20 ...but only if spilloverRate2 is not (1.0 || 0.0). Faction must be member of a team before spillover are given.
//uint32 spilloverMaxRank; // 21 The highest rank player will receive spillover at (the cap). Above this rank will not give any spillover for this faction
//uint32 spilloverRank_unk; // 22
char* name[16]; // 23-38 m_name_lang
// 39 string flags
//char* description[16]; // 40-55 m_description_lang

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10264"
#define REVISION_NR "10265"
#endif // __REVISION_NR_H__