how to get the data for creature_template?

how to get the data for creature_template?

Used sniffer + parser , but there is no data for this table.
Also I tried to get them from a WDB , but the structure creaturecache.wdb is not known .
Please tell me where to get the actual structure of the WDB or how to get the data for this table using our sniffer?

WPP can do it. Make sure that the config “creature_template” is set to true.

in WPP its disabled in code (commented)

// Non-WDB data but nevertheless data that should be saved to creature_template
[SIZE=14px] /*[/SIZE][BuilderMethod(Units = true)]
public static string NpcTemplateNonWDB(Dictionary<WowGuid, Unit> units)
{

I’ve uncomment it, but a lot of errors exist