Skip to content

world_safe_locs

Structure ​

FieldTypeAttributesKeyNullDefaultExtraComment
IDintunsignedPRINO
MapIDintunsignedYESNULL
LocXfloatYESNULL
LocYfloatYESNULL
LocZfloatYESNULL
FacingfloatYESNULL
TransportSpawnIdbigintunsignedYESNULL
Commentvarchar(255)YESNULL
 

Description of fields ​

ID ​

Unique identifier, as of today ID 7582 is last (leaked) entry since this used to be a shipped DB2 file. New (custom) IDs should be used per expansion as followed:

ExpansionID range startID range end
Battle for Azeroth (8.x)8000089999
Shadowlands (9.x)9000099999
Dragonflight (10.x)100000109999
The War Within (11.x)110000119999
 

MapID ​

MapID of the location  

LocX ​

X coordinate of the location  

LocY ​

Y coordinate of the location  

LocZ ​

Z coordinate of the location  

Facing ​

Facing coordinate of the location in degrees

Note: Radians to degrees: Radians / (2 * PI() / 360) (you can use this snippet in SQL)

Alternative in Python you can use this gist.  

TransportSpawnId ​

- no description -  

Comment ​

The usage of the location and where it is (as in zone/map name)