View Single Post
  #13  
Old 02-27-2003, 09:48 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

The table above that was in your database was wrong, none of the new fields existed , so that makes me think your database never got upgraded properly.

This is what you do.

drop database eq;
create database eq;
source db.sql;
describe npc_types;

This time, make sure the resistance fields are in it. MR,FR,CR, etc.
If they are not, you have the wrong db.sql file from somewhere.

Then source in Drawdes database again. This should fix your problem.
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote