[10774] Implement more generic reputation spillover

* Also fixes factions 1037 and 1052
* More correct client output when reputation assigned to parent faction
* reputation_spillover_template can still be used to override spillover from dbc
This commit is contained in:
Lynx3d 2010-11-22 00:23:03 +01:00
parent 5f4f39851e
commit 7026dc0d1b
5 changed files with 76 additions and 64 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10773"
#define REVISION_NR "10774"
#endif // __REVISION_NR_H__