DB/Achievement Category: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Reverted edits by Tigurius (Talk); changed back to last version by Schlumpf)
 
No edit summary
Line 1: Line 1:
Achievement categorys. This file has been added with WoW 3.0.1.8303
Achievement categorys. This file has been added with WoW 3.0.1.8303


== Structure ==
== 8905 ==
{| style="background:#FCFCFC; color:black"
{| style="background:#FCFCFC; color:black"
|-  
|-  
Line 16: Line 16:
|}
|}


[[Category:DBC]][[Category:3.0.2.8905]]
==9183==
 
{| style="background:#FCFCFC; color:black"
|-
! width="80" | Column
! width="180" | Field
! width="80" | Type
! width="500" | Notes
|-
| 1 || ID || Integer ||
|- style="background:#F0F8FF;"
| 2 || [[Achievement_Category.dbc|ParentID]] || iRefID || -1 if none.
|-
| 6 || Name || [[Loc]] || Category name.
|-
|20 ||GroupID||Integer||If Category has a parent it gives the position inside its group, if it's a Parent-Category, this number tells how many 'Children' it has
|}
 
[[Category:DBC]][[Category:3.0.2.8905]][[Category:3.0.3.9183]]

Revision as of 20:43, 4 December 2008

Achievement categorys. This file has been added with WoW 3.0.1.8303

8905

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

9183

Column Field Type Notes
1 ID Integer
2 ParentID iRefID -1 if none.
6 Name Loc Category name.
20 GroupID Integer If Category has a parent it gives the position inside its group, if it's a Parent-Category, this number tells how many 'Children' it has