Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

...

Contains information on the location where characters get teleported when they use their soul stoneHearthstone.

Structure

Field

Type

Attributes

Key

Null

Default

Extra

Comment

guid

int(1110)

unsigned

PRI

NO

0

 

Global Unique Identifier

map

int smallint(115)

unsigned

 

NO

0

 

Map Identifier

zone

int smallint(115)

unsigned

 

NO

0

 

Zone Identifier

position_x

float

signed

 

NO

0

 

 

position_y

float

signed

 

NO

0

 

 

position_z

float

signed

 

NO

0

 

 

...

The map ID where the character gets teleported to. See MapsMap.dbc column 1

zone

The zone ID where the character gets teleported to. See WorldMapArea.dbc column 1

position_x

The x position where the character gets teleported to.

...