====== player_factionchange_items 表 ====== ---- [[数据库:world数据库:首页|<-返回:World 数据库]] Basically all item changes made when player changes faction. **表结构** ^Field^Type^Attributes^Key^Null^Default^Extra^Comment^ |[[#race_A|race_A]]|INT|SIGNED| |NO| | | | |[[#alliance_id|alliance_id]]|INT|SIGNED|PRI|NO| | | | |[[#commentA|commentA]]|tex|SIGNED| | | | | | |[[#race_H|race_H]]|INT|SIGNED| |NO| | | | |[[#horde_id|horde_id]]|INT|SIGNED|PRI|NO| | | | |[[#commentH|commentH]]|INT|SIGNED| | | | | | ===== 字段说明 ===== ---- ==== 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 ==== 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 ==== commentH ==== This is for easy item name identifying. Comment style should be name (ItemLevel)