NOTE: This page is auto-generated from the MAGNET DBDocs module, Any changes made directly to this page will be lost when it is regenerated. |
Description of the 'character_reputation' table for MaNGOSThree
This table holds the reputation information of each faction for the character.
Table Notes
This table uses the 'InnoDB' DB Engine
The Field definitions follow:
Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
---|---|---|---|---|---|---|
guid | int(11) unsigned | NO | PRI | '0' | The GUID of the character. [See character.guid]. | |
faction | int(11) unsigned | NO | PRI | '0' | The faction ID that the character has the given reputation in [See Faction.dbc]. | |
standing | int(11) | NO | '0' | The current reputation value that the character has. | ||
flags | int(11) | NO | '0' | This field is a bitmask containing flags that apply to the faction. |
Description of the fields
guid int(11) unsigned
The GUID of the character. [See character.guid].
faction int(11) unsigned
The faction ID that the character has the given reputation in. [See Faction.dbc].
standing int(11)
The current reputation value that the character has.
flags int(11)
This field is a bitmask containing flags that apply to the faction and how it's displayed to the character. Just like any flag field, you can combine flags by adding them together.
If this field is 0, then it is not shown in the reputation list in-game.
Flag | Flag Name | Notes |
---|---|---|
1 | FACTION_FLAG_VISIBLE | Displayed in the reputation tab |
2 | FACTION_FLAG_AT_WAR | Active when the player sets the at war checkbox |
4 | FACTION_FLAG_UNKNOWN | UNKNOWN |
8 | FACTION_FLAG_INVISIBLE | Not Displayed in the reputation tab |
16 | FACTION_FLAG_OWN_TEAM | OWN_TEAM |
32 | FACTION_FLAG_INACTIVE | INACTIVE |
auto-generated by the getMaNGOS.eu MAGNET dbdocs module
Edited by Antz
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now