forked from cmangos/mangos-wotlk
-
Notifications
You must be signed in to change notification settings - Fork 0
Spell_target_position
Schmoozerd edited this page Apr 14, 2013
·
3 revisions
Back to world database list of tables.
This table holds coordinate information on where the player should be teleported to when a spell with effect SPELL_EFFECT_TELEPORT_UNITS.
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 Maps.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