View Single Post
  #2  
Old 09-21-2007, 11:37 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

You didn't read the log on the download page (always do that);
Required SQL:
Code:
alter table npc_faction add column ignore_primary_assist tinyint(3) not null default 0;
I'm going to put out an update to my database this weekend, and this will eliminate the problem for the ax_classic users
Reply With Quote