DB/GtBarberShopCostBase: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
This file got added with Wrath of the Lich King. It defines the cost of the barber's work.  
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.
{{Template:Sandbox/VersionRange|min_expansionlevel=3|max_expansionlevel=6}}


==Structure==
==Structure==

Latest revision as of 02: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;
};