View Single Post
  #7  
Old 11-02-2002, 04:55 AM
quester
Hill Giant
 
Join Date: Oct 2002
Posts: 108
Default

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
Reply With Quote