DB/Achievement Category: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: Achievement categorys. == Header Info == Records.....................6 Fields.....................19 Record Size................76 String Block Size..........57 == Notes == This fi...)
 
(New Style, Updated.)
Line 1: Line 1:
Achievement categorys.
Achievement categorys. This file has been added with WoW 3.0.1.8303
 
== Header Info ==
 
Records.....................6
Fields.....................19
Record Size................76
String Block Size..........57
 
== Notes ==
 
This file has been added with WoW 3.0.1.8303
 
Last updated against: WoW 3.0.1.8334


== Structure ==
== Structure ==
{| style="background:#FCFCFC; color:black"
|-
! width="80" | Column
! width="180" | Field
! width="80" | Type
! width="500" | Notes
|-
| 1 || ID || Integer ||
|-
| 2 || ParentID || Integer || -1 if none.
|-
| 3 || Name || [[Loc]] || Category name.
|}


'''Column Field Type Notes'''
[[Category:DBC]][[Category:3.0.2.8905]]
1 ID Integer
2 Unknown Integer Values { -1, 92 }
3-19 sRefName String + [[Loc]] Category name
 
[[Category:DBC]]

Revision as of 21:17, 28 September 2008

Achievement categorys. This file has been added with WoW 3.0.1.8303

Structure

Column Field Type Notes
1 ID Integer
2 ParentID Integer -1 if none.
3 Name Loc Category name.