| 
 I think this is correct (off the top of my head), but it isn't the only way to find the info.
 In mysql:
 mysql> use {database}
 show table npc_types
 
 
 If it is wrong, just look in the mysql documentation for something like show table.
 
 You can also take a prrk at the db.sql file.  Search for "create table npc_types"
 
 also look at spawn2, spawngroup, and spawnentry.
 |