DB/Location: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Created page with ' struct LocationRec { int id; C3Vector pos; float rotation[3]; int next_id; }; Category:DBC Category:DBC_MoP')
(No difference)

Revision as of 12:43, 20 May 2014

struct LocationRec
{
  int id;
  C3Vector pos;
  float rotation[3];
  int next_id;
};