DB/GtBarberShopCostBase: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
Defines the cost of the barber's work.  
Defines the cost of the barber's work.  


{{Template:Sandbox/VersionRange|min_expansionlevel=3}}
{{Template:Sandbox/VersionRange|min_expansionlevel=3|max_expansionlevel=6}}


==Structure==
==Structure==

Latest revision as of 03:57, 20 July 2016

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;
};