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_honor_cp' table for MaNGOSZero
This table holds information on the honor kills made by the character.
Table Notes
This table uses the 'MyISAM' DB Engine
The Field definitions follow:
Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
---|---|---|---|---|---|---|
guid | int(11) unsigned | NO | MUL | '0' | The global unique identifier player character (victor) | |
victim_type | tinyint(3) unsigned | NO | '4' | This appears to be 4 for a player and 3 for an NPC. | ||
victim | int(11) unsigned | NO | '0' | The global unique identifier player character (victim) | ||
honor | float | NO | '0' | Amount of honor earned for the honor kill. | ||
date | int(11) unsigned | NO | '0' | The date the honor kill occured. | ||
type | tinyint(3) unsigned | NO | '0' | The is appears to be 1 for player and 2 for NPC. | ||
used | tinyint(1) | NO | '0' |
Description of the fields
guid int(11) unsigned
The global unique identifier player character (victor)
victim_type tinyint(3) unsigned
This appears to be 4 for a player and 3 for an NPC.
victim int(11) unsigned
The global unique identifier player character (victim)
honor float
Amount of honor earned for the honor kill.
date int(11) unsigned
The date the honor kill occured.
type tinyint(3) unsigned
The is appears to be 1 for player and 2 for NPC.
used tinyint(1)
Notes: =1 if already counted in rank points
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