Well. I've been trying for about 20-30 minutes straight. But I just can't execute this mysql command.
ALTER TABLE `char` ADD COLUMN `elemental_id` INTEGER UNSIGNED NOT NULL DEFAULT '0' AFTER `homun_id`;
Trying to do it since, I've always been getting a "
: DB error - Unknown column 'elemental_id' in 'field list" error[/font] [left]Could anybody help me out? :3 It'll always say, You have an error in your SQL syntax;[font=Arial, Verdana, Tahoma,][size=2] check the manual that corresponds to your server version.......[/size][/font][/left] Nevermind. I fixed it. Had to drop the Char table and redo it.