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 'item_required_target' table for MaNGOSThree
These spell effects require a specific target in either alive or dead state (for creatures).
Table Notes
This table uses the 'InnoDB' DB Engine
The Field definitions follow:
Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
---|---|---|---|---|---|---|
entry | mediumint(8) unsigned | NO | PRI | NULL | This references the "item_template" table tables unique ID. | |
type | tinyint(3) unsigned | NO | PRI | '0' | Describes which type of target the spell requires. | |
targetEntry | mediumint(8) unsigned | NO | PRI | '0' |
Description of the fields
entry mediumint(8) unsigned
This references the "item_template" table tables unique ID.
type tinyint(3) unsigned
Describes which type of target the spell requires. The following table shows all valid target types.
Value | Description |
---|---|
0 | Game object |
1 | Creature template |
2 | Dead creature template |
targetEntry mediumint(8) unsigned
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