DB/Location: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
m (Marlamin moved page Location.db2 to DB/Location)
(No difference)

Revision as of 00:54, 13 February 2016

struct LocationRec
{
  int id;
  C3Vector pos;
  C3Vector rotation;
  int next_id; // LocationRec.id
};