Well, I finally figured it out.. I was missing the following sql change from 09/07/2007:
Code:
alter table npc_faction add column ignore_primary_assist tinyint(3) not null default 0;
I'm not sure how I had it in before, but not now. Oh, well. It all works now.
I guess my next question is why these sql changes from 2 years ago aren't included in the default db installation? It's a bit tedious to go through the changelog to try and find all sql code not already included in the source scripts, or at least in the numbered revision sql scripts.
Thanks for the help, though!