DB/GtBarberShopCostBase

From wowdev
Revision as of 02:44, 20 July 2016 by Synric (talk | contribs)
Jump to navigation Jump to search

Defines the cost of the barber's work.

≥ Wrath

Structure

Column	Field 				Type  
1 	Unknown 			Float

6.0.1.18179

struct gtBarberShopCostBaseRec {
  uint8_t padding_0[4];
  float m_data;
};