I've tried to add marriage to my ot
(The npc)
http://otland.net/f83/ultra-release-exclusive-marriage-system-22540/
And when I try to add
I get this:
How to fix it?
HELP!
http://otland.net/f83/ultra-release-exclusive-marriage-system-22540/
And when I try to add
Code:
ALTER TABLE `players` ADD `marrystatus` INT UNSIGNED NOT NULL DEFAULT '0' AFTER `marriage`
Code:
[B]SQL-fråga:[/B]
ALTER TABLE `players` ADD `marrystatus` INT UNSIGNED NOT NULL DEFAULT '0' AFTER `marriage`
[B]MySQL sa: [/B][URL="http://dev.mysql.com/doc/refman/4.1/en/error-messages-server.html"][IMG]http://localhost/phpmyadmin/themes/original/img/b_help.png[/IMG][/URL]
#1054 - Unknown column 'marriage' in 'players'
How to fix it?
HELP!