DB/StringLookups

From wowdev
Revision as of 22:52, 1 October 2017 by Barncastle (talk | contribs)
Jump to navigation Jump to search

0.5.3.3368, 1.12.1.5875, 6.0.1.18179

struct StringLookupsRec {
  uint32_t m_ID;
  stringref m_String;
};

Structure

Column 	Field 		Type 		Notes 
1 	ID 		Integer 	
2 	Filename 	String 		Q: Is this a filename? A path? Both?!