Back to 'player_factionchange_achievement' Return to world Go to 'player_factionchange_quests'
Basically all item changes made when player changes faction.
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
race_A | int | unsigned | NO | ||||
alliance_id | int | unsigned | PRI | NO | |||
commentA | mediumtext | YES | NULL | ||||
race_H | int | unsigned | NO | ||||
horde_id | int | unsigned | PRI | NO | |||
commentH | mediumtext | YES | NULL |
see item_template.AllowableRace
not implemented
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.
This is for easy item name identifying. Comment style should be name(ItemLevel).
see item_template.AllowableRace
not implemented
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.
This is for easy item name identifying. Comment style should be name(ItemLevel).
Back to 'player_factionchange_achievement' Return to world Go to 'player_factionchange_quests'