View Single Post
  #2  
Old 12-10-2007, 12:08 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Quote:
Originally Posted by Magefeu View Post
[ZONE__INIT_ERR] Loading npcs faction lists FAILED!
I suspect you haven't applied all the required SQL updates to your DB. Check the EQEmu changelog.

The one that you need to fix this particular error is probably:

==09/07/2007
Required SQL:
alter table npc_faction add column ignore_primary_assist tinyint(3) not null default 0;

If you look in the changelog you will see there are some other required SQL changes relating to graveyards/Shadowrest.
Reply With Quote