blob: f03b23cb3e063a7669d4b352caadec67fec23ab7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# player\_factionchange\_reputations
[<-Back-to:World](database-world.md)
**The \`player\_factionchange\_reputations\` table**
Basically all faction/reputation changes made when player changes faction.
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|------------------|--------|------------|-----|------|---------|-------|---------|
| [alliance_id][1] | INT | UNSIGNED | PRI | NO | | | |
| [horde_id][2] | INT | SIGNED | PRI | NO | | | |
[1]: #alliance_id
[2]: #horde_id
**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](#player_factionchange_reputations-horde_id)
See [character\_reputation.faction](character_reputation#faction)
### 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](#player_factionchange_reputations-alliance_id)
See [character\_reputation.faction](character_reputation#faction)
|