DB/Location

From wowdev
Revision as of 12:43, 20 May 2014 by Schlumpf (talk | contribs) (Created page with ' struct LocationRec { int id; C3Vector pos; float rotation[3]; int next_id; }; Category:DBC Category:DBC_MoP')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
struct LocationRec
{
  int id;
  C3Vector pos;
  float rotation[3];
  int next_id;
};