# player\_factionchange\_items [<-Back-to:World](database-world.md) **The \`player\_factionchange\_items\` table** Basically all item changes made when player changes faction.

Field

Type

Attributes

Key

Null

Default

Extra

Comment

race_A

int(8)

signed

 

NO

 

 

 

alliance_id

int(8)

signed

PRI

NO

 

 

 

commentA

tex

signed

 

 

 

 

 

race_H

int(8)

signed

 

NO

 

 

 

horde_id

int(8)

signed

PRI

NO

 

 

 

commentH

int(8)

signed

 

 

 

 

 

**Description of the fields** ### race\_A Not implemented. See item\_template.AllowableRace ### alliance\_id This is the alliance item ID. If you convert to horde and your items have a record in his table, they will be converted to [\#horde\_id](#player_factionchange_items-horde_id) ### commentA This is for easy item name identifying. Comment style should be name(ItemLevel) ### race\_H Not implemented. See item\_template.AllowableRace ### horde\_id This is the horde item ID. If you convert to alliance and your items have a record in his table, they will be converted to [\#alliance\_id](#player_factionchange_items-alliance_id) ### commentH This is for easy item name identifying. Comment style should be name(ItemLevel)