-
Notifications
You must be signed in to change notification settings - Fork 47
Spell_target_position
killerwife edited this page Feb 6, 2021
·
3 revisions
Back to world database list of tables.
This table holds coordinate information on supplying XYZ data for TARGET_LOCATION_DATABASE – 17
Field | Type | Null | Key | Default | Extra |
id | int(11) unsigned | NO | PRI | 0 | |
target_map | int(11) unsigned | NO | 0 | ||
target_position_x | float | NO | 0 | ||
target_position_y | float | NO | 0 | ||
target_position_z | float | NO | 0 | ||
target_orientation | float | NO | 0 |
The spell ID. See Spell.dbc
Map where the player should be teleported to. (See Map.dbc)
X coordinate for the target destination of the spell.
Y coordinate for the target destination of the spell.
Z coordinate for the target destination of the spell.
Orientation the player will get when appearing at this location