DB/GtBarberShopCostBase

From wowdev
Jump to navigation Jump to search

Defines the cost of the barber's work.

Wrath … WoD

Structure

Column	Field 				Type  
1 	Unknown 			Float

6.0.1.18179

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