Skip to content

player_factionchange_items

Basically all item changes made when player changes faction.

Structure ​

FieldTypeAttributesKeyNullDefaultExtraComment
race_AintunsignedNO
alliance_idintunsignedPRINO
commentAmediumtextYESNULL
race_HintunsignedNO
horde_idintunsignedPRINO
commentHmediumtextYESNULL
 

Description of fields ​

race_A ​

see item_template.AllowableRace

not implemented

 

alliance_id ​

This is the alliance item entry. If you convert to horde and your items have a record in his table, they will be converted to horde_id.  

commentA ​

This is for easy item name identifying. Comment style should be name(ItemLevel).  

race_H ​

see item_template.AllowableRace

not implemented

 

horde_id ​

This is the horde item entry. If you convert to alliance and your items have a record in his table, they will be converted to alliance_id.  

commentH ​

This is for easy item name identifying. Comment style should be name(ItemLevel).