[10517] Remove wrong comment, reputation rate for spell is implemented.

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-09-22 10:23:25 +02:00
parent c10a983c60
commit fa9c6e2e61
2 changed files with 4 additions and 4 deletions

View file

@ -468,9 +468,9 @@ typedef UNORDERED_MAP<uint8,MailLevelRewardList> MailLevelRewardMap;
// We assume the rate is in general the same for all three types below, but chose to keep three for scalability and customization // We assume the rate is in general the same for all three types below, but chose to keep three for scalability and customization
struct RepRewardRate struct RepRewardRate
{ {
float quest_rate; // We allow rate = 0.0 in database. For this case, it means that float quest_rate; // We allow rate = 0.0 in database. For this case,
float creature_rate; // no reputation are given at all for this faction/rate type. float creature_rate; // it means that no reputation are given at all
float spell_rate; // not implemented yet (SPELL_EFFECT_REPUTATION) float spell_rate; // for this faction/rate type.
}; };
struct ReputationOnKillEntry struct ReputationOnKillEntry

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "10516" #define REVISION_NR "10517"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__