Jump to content
  • We are looking for staff for the Wiki area!
    If interested please
    click here and select "Documentation Team"

  • warden_log


    antz
     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 'warden_log' table.

    This table stores alerts raised by Warden from players actions.

    Table Notes

    This table uses the 'MyISAM' DB Engine

    The Field definitions follow:

    Field Name Field Type Nullable Key Default Value Attributes Notes
    entry int(11) unsigned NO PRI NULL 'auto_increment' Log entry ID
    check smallint(5) unsigned NO NULL   Failed Warden check ID
    action tinyint(3) unsigned NO '0'   Action taken (enum WardenActions)
    account int(11) unsigned NO NULL   The account ID of the player.
    guid int(11) unsigned NO '0'   Player GUID
    map int(11) unsigned YES NULL   The map id. [See map.dbc]
    position_x float YES NULL   The x location of the player.
    position_y float YES NULL   The y location of the player.
    position_z float YES NULL   The z location of the player.
    date timestamp NO 'CURRENT_TIMESTAMP'   The date/time when the log entry was raised, in Unix time.

    Description of the fields

    entry int(11) unsigned

    Notes: Log entry ID

    check smallint(5) unsigned

    Notes: Failed Warden check ID

    action tinyint(3) unsigned

    Notes: Action taken (enum WardenActions)

    account int(11) unsigned

    The account ID of the player [See account.id].

    guid int(11) unsigned

    Notes: Player GUID

    map int(11) unsigned

    The map id. The value has to match with a map identifier defined [See Map.dbc].

    position_x float

    The x location of the player.

    position_y float

    The y location of the player.

    position_z float

    The z location of the player.

    date timestamp

    The date/time when the alert was raised, in Unix time.


    auto-generated by the getMaNGOS.eu MAGNET dbdocs module

    Edited by Antz


    User Feedback

    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 account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use