Thread: No NPCs
View Single Post
  #8  
Old 05-30-2004, 10:52 AM
m0oni9
Hill Giant
 
Join Date: Dec 2003
Posts: 166
Default

Try putting an AC field in there. I think this is the syntax:

mysql> ALTER TABLE npc_types ADD ac int;

Also, as an aside, there were some changes made to loading of NPC types. They are no longer in shared memory. Each zone only loads what it needs.
Reply With Quote