TrinityCore : reputation_reward_rate

Back-to:World

The `reputation_reward_rate` table

Holds reputation multipliers for specific factions.

Structure

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

 

 

Description of the fields

faction

The ID of the faction these rates apply to.

quest_rate

The rate for reputation gain from quests.

creature_rate

The rate for reputation gain from creatures.

spell_rate

The rate for reputation gain from spells.

Comments:

I'm getting an error and Its coming from this table. 

[1054] Unknown column 'quest_repeatable_rate' in 'field list'
Your database structure is not up to date. Please make sure you've executed all queries in the sql/updates folders.

nothing in the SQL files for my compile fixed it.. please help me out. 

 

Posted by shotsofdeath98 at Dec 04, 2013 00:04