| 
 I've already written the code to work off the new caolumn, so I dont think I would go back and use the spells one now.  It is a pretty simple change though, just:
 ALTER TABLE npc_types ADD npcproc int(7);
 
 The code simply ignores the proc if it is null, 0, or 65535
 |