#ifndef __MISCHANDLER_H #define __MISCHANDLER_H struct GraveyardTeleport { uint32 ID; float X; float Y; float Z; float O; uint32 ZoneId; uint32 AdjacentZoneId; uint32 MapId; uint32 FactionID; }; #endif