DB/PetLoyalty: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: == Header Info == Records.....................8 Fields.....................10 Record Size................40 String Block Size.........225 == Structure == '''Column Field Type ...)
 
mNo edit summary
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Header Info ==
==1.12.1.5875==
   
  struct PetLoyaltyRec {
Records.....................8
  uint32_t m_ID;
Fields.....................10
  {{Template:Type|langstringref}} name;
  Record Size................40
  };
String Block Size.........225
 
== Structure ==
== Structure ==
{{Template:Sandbox/VersionRange|min_expansionlevel=1|max_expansionlevel=2}}


  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  1 ID Integer
  1 ID Integer
  2 sRefName String Loyalty level string description.  
  2-10 sRefName String + [[Loc]] Loyalty level string description.  
*10 Localization String*


Retrieved from "http://www.sourcepeek.com/wiki/PetLoyalty.dbc"
[[Category:DBC]]
[[Category:DBC_Vanilla]]
[[Category:DBC_BC]]

Latest revision as of 23:04, 1 October 2017

1.12.1.5875

struct PetLoyaltyRec {
  uint32_t m_ID;
  langstringref name;
};

Structure

Vanilla … BC

Column	Field 		Type 		Notes 
1 	ID 		Integer 	
2-10 	sRefName 	String + Loc	Loyalty level string description.