DB/Location

From wowdev
Revision as of 00:54, 13 February 2016 by Marlamin (talk | contribs) (Marlamin moved page Location.db2 to DB/Location)
Jump to navigation Jump to search
struct LocationRec
{
  int id;
  C3Vector pos;
  C3Vector rotation;
  int next_id; // LocationRec.id
};