DB/GtBarberShopCostBase

From wowdev
Revision as of 23:45, 5 November 2014 by Schlumpf (talk | contribs)
Jump to navigation Jump to search

This file got added with Wrath of the Lich King. It defines the cost of the barber's work.

It got added in build 8334. This is no official patch, so this data is not confirmed.

Structure

Column	Field 				Type  
1 	Unknown 			Float

6.0.1.18179

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