DB/GroundEffectDoodad: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 9: Line 9:
| 1  || ID || Integer ||  
| 1  || ID || Integer ||  
|-  
|-  
| 2  || Internal ID || Integer || Secondary ID, unique. Mostly a difference of one to ID.
| 2  || GroundModels || String || Models found in World\NoDXT\Detail\; *.MDL or *.MDX
|-  
|-  
| 3 || GroundModels || String || Models found in World\NoDXT\Detail\; *.MDL or *.MDX
| 3  || Unknown || Bool || Mostly false. True on 26 WotLK doodads. New in 3.*.
|-  style="background:#C1FFC1;"
| 4 || Unknown || Bool || Mostly false. True on 26 WotLK doodads. New in 3.*.
|}
|}



Revision as of 15:21, 16 September 2009

Structure

Column Field Type Notes
1 ID Integer
2 GroundModels String Models found in World\NoDXT\Detail\; *.MDL or *.MDX
3 Unknown Bool Mostly false. True on 26 WotLK doodads. New in 3.*.

Partly retrieved from "http://www.sourcepeek.com/wiki/GroundEffectDoodad.dbc"