AzerothCore
Pages :

reputation_spillover_template

<-Back-to:World

The `reputation_spillover_rate` table

field-no-description|0

Structure

Field Type Attributes Key Null Default Extra Comment
faction SMALLINT UNSIGNED PRI NO 0
faction1 SMALLINT UNSIGNED NO 0
rate_1 FLOAT SIGNED NO 0
rank1 TINYINT UNSIGNED NO 0
faction2 SMALLINT UNSIGNED NO 0
rate_2 FLOAT SIGNED NO 0
rank_2 TINYINT UNSIGNED NO 0
faction3 SMALLINT UNSIGNED NO 0
rate_3 FLOAT SIGNED NO 0
rank_3 TINYINT UNSIGNED NO 0
faction4 SMALLINT UNSIGNED NO 0
rate_4 FLOAT SIGNED NO 0
rank_4 TINYINT UNSIGNED NO 0

Description of the fields

faction

Faction entry (from FactionTemplate)聽to where the聽reputation聽was supposed to be rewarded.

faction1-4

Faction entry (from聽FactionTemplate)聽receiving the reputation spillover.

rate1-4

Rate the given聽reputation points are multiplied by.

rank1-4

Max reputation rank. The player will not be given any spillover above this rank.