Reputation_reward_rate - cmangos/issues GitHub Wiki
Back to world database list of tables.
Holds reputation multipliers for specific factions.
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
faction | mediumint(8) | unsigned | PRI | NO | 0 | ||
quest_rate | float | signed | NO | 1 | |||
creature_rate | float | signed | NO | 1 | |||
spell_rate | float | signed | NO | 1 |
The ID of the faction these rates apply to.
The rate for reputation gain from quests.
The rate for reputation gain from creatures.
The rate for reputation gain from spells.