player_factionchange_reputations
The `player_factionchange_reputations` table
Basically all faction/reputation changes made when player changes faction.
Table Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| alliance_id | INT | UNSIGNED | PRI | NO | |||
| alliance_comment | TEXT | YES | NULL | ||||
| horde_id | INT | SIGNED | PRI | NO | |||
| horde_comment | TEXT | YES | NULL |
Description of the fields
alliance_id
This is the alliance reputation ID. If you convert to horde and your reputations have a record in his table, they will be converted to #horde_id
See character_reputation.faction
alliance_comment
comment
horde_id
This is the horde reputation ID. If you convert to alliance and your reputations have a record in his table, they will be converted to #alliance_id
See character_reputation.faction
horde_comment
comment