View Single Post
  #4  
Old 05-16-2004, 09:30 AM
Scorpious2k's Avatar
Scorpious2k
Demi-God
 
Join Date: Mar 2003
Location: USA
Posts: 1,067
Default

did you add the AC column to NPC types?

Code:
ALTER TABLE `npc_types` ADD `AC` smallint(5) not null default 0;
__________________
Maybe I should try making one of these servers...
Reply With Quote