Thread
:
how does worldserver connect to login
View Single Post
#
4
09-18-2004, 05:04 PM
cavedude
The PEQ Dude
Join Date: Apr 2003
Location: -
Posts: 1,988
You're missing the charges column in your items table. This MySQL command should fix you up, provided there are no other columns missing:
ALTER TABLE `items` ADD `charges` INT(11) DEFAULT "0" NOT NULL AFTER `casttime2`;
cavedude
View Public Profile
Send a private message to cavedude
Find all posts by cavedude