
10-19-2004, 04:32 AM
|
Sarnak
|
|
Join Date: Oct 2002
Location: New Orleans, LA
Posts: 71
|
|
Re: Ack.. DBloaditems error
Quote:
Originally Posted by dzags
Just had to restart my server on a new computer, set everything up how I had before (it worked perfect before) but now when I start my world.exe I get this error
Code:
DBLoaditems query 'SELECT charges,unknown002,unknown003,merchantprice,unknown005,unknown006,unknown007,spellcharges,itemclass,name,lore,idfile.... lots of other things, ends with FROM items ORDER BY id', #1054: Unknown column 'spellcharges' in 'field list'
Then my zones won't load anything... they get stuck on [status ] loading items and [status] EMuShareMem loaded
Did I miss something in my installation?
|
ALTER TABLE items CHANGE 'unknown008' 'SpellCharges' INT(11) DEFAULT '0' NOT NULL;
__________________
Tuesdays in the 80's I was in bed by 8... and home by 11... OH!
~Quagmire, The Family-Guy
|