The `player_factionchange_achievement` table
Basically all achievement 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
This is the alliance achievement ID. If you convert to horde and your achievements have a record in his table, they will be converted to #horde_id
comment
This is the horde achievement ID. If you convert to alliance and your achievements have a record in his table, they will be converted to #alliance_id
comment